qunitx-cli

source npm docker api docs coverage
qunitx-cli demo

Live output

$ npx qunitx docs/demo-math-test.js
TAP version 13
# Running 1 test file across 1 group
# QUnitX running: http://localhost:1234/
ok 1 Math | equal and notEqual # (2 ms)
ok 2 Math | strictEqual # (0 ms)
ok 3 Math | deepEqual — user profile sync # (1 ms)
ok 4 Math | hooks: beforeEach resets state per test # (0 ms)
ok 5 Math | Async | async/await # (83 ms)
ok 6 Math | Async | assert.rejects # (12 ms)
ok 7 Assertions | throws — match by constructor # (12 ms)
ok 8 Assertions | step/verifySteps — execution order # (7 ms)
ok 9 Assertions | propContains — partial object match # (0 ms)


1..9
# tests 9
# pass 9
# skip 0
# todo 0
# fail 0
# duration 788