A standalone CLI to run QUnit based tests using the Chrome DevTools Protocol.
- Be fast.
- Run without Node.
- Code Coverage reporting.
- Snapshot support.
- Support inline tests with code.
- snapshot testing
- load and inject snapshots into page before tests are run
- collect snapshots as tests are run
- include updated snapshots with runEnd callback
- hook into console.log and friends
- implement global timeout
- make failed tests include stack trace
- show pretty diff in comparison failures
- collect coverage (across tests)
- replace QUnit?
- support expect style tests?
- screenshot support?