This repository was archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
richardhodgson edited this page Oct 25, 2011
·
6 revisions
- Make step to generate a browser compatible version of the library (perhaps one for loading with requirejs and one that has dependencies inlined that needs just one script tag).
- Browser compatible versions are published with the package
- Tests pass equally on browser and commandline.
- it should be easy as qunit to get started writing client side tests.
- provide a distribution suitable for existing RequireJS environments.
- provide a completely standalone distribution.
- Runners should render a summary of failed tests in an appropriate position.
- Command-line test runner that shows progress in addition to the static formatter we have now (perhaps using https://github.com/substack/node-multimeter).
- Make command-line static formatter look nicer (visually consistent with dynamic output and browser formatters).
- Either on browser or commandline, I don't want to scroll to see all the results (within a reasonable viewport size)
- Browser presentation should be very shiny (and branded). Would be nice to be able to show dynamic progress, as well as being able to statically format a test result that has already run.
- Use the awesome js-signals for events that occur during test runs. This should be done before writing dynamic formatters for the browser and the command-line.