Docs: https://qunitjs.com
Source: https://github.com/qunitjs/qunit
#qunit #javascript #typescript #nodejs #tdd #jquery #emberjs
That's essentially the idea behind QTap.
github.com/qunitjs/qtap
Airtap and karma-tap came close but neither support HTML, and Airtap also imposes bundling, so you end up coupled to the runner incl debugging.
Watch this space.
Early feedback welcome!
That's essentially the idea behind QTap.
github.com/qunitjs/qtap
Airtap and karma-tap came close but neither support HTML, and Airtap also imposes bundling, so you end up coupled to the runner incl debugging.
Watch this space.
Early feedback welcome!
- testem for cli reporter (not qunit)
- (bulilt assets to load (I'd prefer vite's way)
- testem for launching pre-installed browsers (doesn't force installation via npm like like puppeteer does, iirc)
- qunit for test runner
- qunit for test framework
- testem for cli reporter (not qunit)
- (bulilt assets to load (I'd prefer vite's way)
- testem for launching pre-installed browsers (doesn't force installation via npm like like puppeteer does, iirc)
- qunit for test runner
- qunit for test framework