1.0.0 • Published 15 years ago
jstestdriver v1.0.0
Install
sudo npm install jstestdriver -gMake sure to install globally so you can use it from the command-line
Start test server
jstestdriver startThis will assume ./jsTestDriver.conf exists. To specify a different configuration file use the --config flag
jstestdriver start --config path/to/configStop the server
jstestdriver stopRun tests
jstestdriver runBy default this will run all the tests. To specify specific test suites use the --tests flag.
jstestdriver run --tests TestSuiteRun commands
If you omit the start, stop, and run keywords then it will default to the standard jar file allowing you to perform any native commands. e.g.
jstestdriver --port 9876 --browser firefoxpathThis can be done after any of the above commands as well. e.g.
jstestdriver run --runnerMode DEBUG1.0.0
15 years ago