- Support cancelling tests early once a certain number of failures have been reached. Useful to prevent terminals from being overwhelemed (#16).
- Support optionally printing the full filepath to failing Test262 files on disk (#16).
- Test262 test cases have sourcemap URLs that correctly point to the right file on disk (#16).
- Add time-zone-related DateTimeFormat test globs (#14)
- Improve unexpected pass reporting (#9)
- Fix sourcemaps by including source URLs when loading code into the VM (#10)
- Add timeout option to catch infinite-loop/long-running tests (#11)
- Optionally remove unexpectedly passing tests from expected-failure files (#12)
- Make
npm test
fail when tests pass unexpectedly (#6)
- Add glob pattern for Temporal-related 402 tests (#4)
- Add tests and CI actions (#2)