Github user garrensmith commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/136#discussion_r20440869
--- Diff: readme.md ---
@@ -64,6 +64,26 @@ Browser: make sure the dev server is running, and enter
the path (not URL) to yo
Refreshing the URL will re-run the tests via PhantomJS and in the browser.
+#### Nightwatch Functional Browser Tests
+
+There is a bit of setup involved before you are able to run the Nightwatch
tests.
+
+In your CouchDB admin accounts, add a user:
+
+> user: tester
+password: testerpass
+
+Then on the command line:
+
+ npm install
+
+And to start the tests:
+
+ grunt nightwatch
--- End diff --
Can you add another line that we need to run grunt dev in another console
for this to work.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---