Opened 15 years ago
Closed 14 years ago
#362 closed enhancement (fixed)
JUM -- automatically run all tests, in a brower
Reported by: | skinner | Owned by: | jkuhnert |
---|---|---|---|
Priority: | low | Milestone: | 0.9 |
Component: | TestFramework | Version: | 0.3 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
The dojo test tools make it really easy to run all the unit tests from the command line. You just type "ant test", and the test tools automatically find all the unit tests and run them all.
After running the tests from the command line, it'd be great to then be able to easily run all the tests in a browser -- or in each different browser that needs to be tested (Firefox, IE, etc.). It'd be great if there was some single file, named something like "test_everything.html" or "run_all_unit_tests.html", that would automatically load and run all the unit tests, maybe by just loading the testRunner.js file created by "ant test".
Change History (4)
comment:1 Changed 15 years ago by
Milestone: | → 0.4 |
---|---|
Version: | 0.2 → 0.3 |
comment:2 Changed 14 years ago by
Owner: | changed from anonymous to jkuhnert |
---|
comment:3 Changed 14 years ago by
Milestone: | 0.4 → 0.5 |
---|
See also: http://dojotoolkit.org/pipermail/dojo-contributors/2006-May/002219.html