wwag110465 / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Document the "all" keyword and make it case-insensitive. Or make it optional #170

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Write a User Story describing your role, what you'd like JsTestDriver to
do, and why.

For example:
As a Javascript developer, I would like to see the test results from a test
run appear on my calculator watch, so that I can see whether my code broke
anything while I'm away from the computer.

As a new user to JsTestDriver, I would like to be shown information about the 
"all" keyword in the "--tests" and "--dryRunFrom" parameters when I run the 
JsTestDriver.jar without parameters, so that I don't have to spend time looking 
for it in the web.

As a new user to JsTestDriver, I would like the "all" keyword in the "--tests" 
and "--dryRunFrom" parameters to be case-insensitive, so that I don't waste 
time looking if there is something wrong with my tests cases because they do 
not get executed. 

As a new user to JsTestDriver, I would like the "all" keyword in the "--tests" 
and "--dryRunFrom" parameters to be optional and the default, so that I can run 
all my tests by simply typing "--tests"

Original issue reported on code.google.com by xver...@gmail.com on 28 Nov 2010 at 11:26