layout | title | excerpt | groups | redirect_from | version_added | ||
---|---|---|---|---|---|---|---|
page-api |
QUnit.config.module |
Select a single test module to run. |
|
|
1.8.0 |
Select a single test module to run by name.
type | `string` or `undefined` |
---|---|
default | `undefined` |
This option can also be set by URL query parameter.
When specified, only a single module will be run if its name is a complete case-insensitive match. If no module name matches, then no tests will be run.
This option is undefined by default, which means all loaded test modules will be run.
See also:
| QUnit 1.23 | The public config property was restored. | QUnit 1.16 | The public config property was removed (the URL query parameter was unaffected).