Github user benkeen commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/101#discussion_r19027729
--- Diff: readme.md ---
@@ -43,36 +43,45 @@ And then...
You should be able to access fauxton on `http://localhost:8000`
### Prepare Fauxton Release
- Follow the "Fauxton Setup" section,
- Edit settings.json variable root where the document will live. eg.
"/_utils/fauxton/"
-
- then:
+Follow the "Fauxton Setup" section, edit settings.json variable root where
the document will live,
+e.g. "/_utils/fauxton/" then:
grunt couchdb
- This will install the latest version of Fauxton into
`/share/www/fauxton`
+This will install the latest version of Fauxton into `/share/www/fauxton`
### Running Tests
- There are two ways to run the tests. `grunt test` will run the tests
via the commandline. It is also possible to view them via the url
- `http://localhost:8000/testrunner` when the dev server is running.
Refreshing the url will rerun the tests via phantomjs and in the browser.
+
+`grunt test` on the command line will run all tests. To run an individual
test, run `grunt test:yourTestSpec.js` -
+that will limit the tests to only those with that particular filename.
+
+It is also possible to run them via your browser. Load
`http://localhost:8000/testrunner` while the dev server
--- End diff --
Thanks for your explanation on IRC - so cool! Yeah, we should totally
update the docs. That URL "works" inasmuch as after entering it on your browser
it runs the tests via the command line output for your open 8000 port. That
seems pretty irksome to me, but I didn't know about running
file:///path/to/couchdb-fauxton/test/runner.html in your browser.
---
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.
---