QUnit.config.module

version added: 1.8.0.

Description

Select a single test module to run by name. The module name must be a complete but case-insensitive match.

type string or undefined
default undefined

This option can also be set by URL query parameter.

When specified, only the tests (and nested modules) under the selected module will run. 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:

Changelog

QUnit 1.23 The public config property was restored.
QUnit 1.16 The public config property was removed (the URL query parameter was unaffected).