We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac6a52 commit d3c8675Copy full SHA for d3c8675
tests/functional.js tests/functional-all.js
@@ -3,10 +3,12 @@
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5
/*
6
-
7
To run a single test suite, use the following from the project root.
8
9
-node_modules/.bin/intern-runner config=tests/intern functionalSuites=tests/functional/foo.js user="username" pw="secret_lies"
+node_modules/.bin/intern-runner config=tests/intern \
+ functionalSuites=tests/functional/foo.js \
10
+ user="github_username" \
11
+ pw="github_password"
12
*/
13
14
define([
0 commit comments