qunit icon indicating copy to clipboard operation
qunit copied to clipboard

🔮 An easy-to-use JavaScript unit testing framework.

Results 86 qunit issues
Sort by recently updated
recently updated
newest added

Using 2.19.4, Windows, browser New feature: Add DOM hook to allow links to be added after the Rerun link Eg link to source code, link to docs, link to Git...

Component: HTML Reporter
Type: Enhancement

## What are you trying to do? Hi @Krinkle , I've been experimenting with the new default node.js test runner recently and managed to come up universal QUnit API that...

https://qunitjs.com/api/config/urlConfig/ Demonstrated by fixture. This creates consistency with how we render label/input checkboxes, and improves spacing in the design. Before (top), After (bottom).

This builds on previous ideas and discussions from https://github.com/qunitjs/qunit/pull/434 and https://github.com/qunitjs/qunit/issues/637. ------- ### Rationale It is unacceptable to me for users to have to come up with constructs like the...

### Background In QUnit 2.x, we always set the QUnit global in browser contexts, but outside browsers, we only set the global if CJS/AMD wasn't detected. Except in the QUnit...

This is a feature request for `QUnit.test.each`. I can do a PR if this is something you think is desirable to add. ## Tell us about your runtime: * **QUnit...

Type: Enhancement
Type: Meta
Component: Core

Documentation: https://qunitjs.com/api/config/fixture/ Source code: https://github.com/qunitjs/qunit/blob/57c2dbcffc694bf3a0b5d1d57e7f43f16ff29862/src/html-runner/fixture.js#L12-L14 Tests for HTML support reside in the test directory: https://github.com/qunitjs/qunit/tree/57c2dbcffc694bf3a0b5d1d57e7f43f16ff29862/test List any new HTML file in Gruntfile, and run via `npx grunt test`.

Component: HTML Reporter
Category: Tests
good first issue

See also: * https://qunitjs.com/api/config/urlConfig/ * https://github.com/qunitjs/qunit/commit/57c2dbcffc694bf3a0b5d1d57e7f43f16ff29862

Type: Enhancement
Category: Docs

Currently, deepEqual will do a strict equality comparison on the constructor of each value. This defeats the purpose of deepEqual in that it prevents it from matching structurally, and leads...

Is there a way to dynamically filter tests to run based on index / test name? I know you can already [skip a test](http://api.qunitjs.com/QUnit/skip), but i'm looking for a way...

Type: Enhancement
Status: Stalled
Component: Core