| layout | page-api | |
|---|---|---|
| title | QUnit.config.testId | |
| excerpt | Select one or more tests to run, by their internal ID (HTML Reporter). | |
| groups |
|
|
| redirect_from |
|
|
| version_added | 1.16.0 |
In the HTML Reporter, select one or more tests to run by their internal ID.
| type | `array` or `undefined` |
|---|---|
| default | `undefined` |
This option can be controlled via the [HTML Reporter](../../intro.md#in-the-browser) interface.
This property allows QUnit to run specific tests by their internally hashed identifier. You can specify one or multiple tests to run. This option powers the "Rerun" button in the HTML Reporter.
See also: