Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0605317731 for ; Fri, 17 Oct 2014 11:16:29 +0000 (UTC) Received: (qmail 76470 invoked by uid 500); 17 Oct 2014 11:16:28 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 76413 invoked by uid 500); 17 Oct 2014 11:16:28 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 76402 invoked by uid 99); 17 Oct 2014 11:16:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2014 11:16:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id AD2E0939312; Fri, 17 Oct 2014 11:16:26 +0000 (UTC) From: robertkowalski To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org References: In-Reply-To: Subject: [GitHub] couchdb-fauxton pull request: Added support for running a single t... Content-Type: text/plain Message-Id: <20141017111627.AD2E0939312@tyr.zones.apache.org> Date: Fri, 17 Oct 2014 11:16:26 +0000 (UTC) Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/101#discussion_r19012364 --- 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 -- if not we should replace it with the local `couchdb-fauxton/test/runner.html` --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---