Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 885 Bytes

File metadata and controls

35 lines (28 loc) · 885 Bytes
layout page-api
title QUnit.config.moduleId
excerpt Select one or more modules to run, by their internal ID (HTML Reporter).
groups
config
redirect_from
/config/moduleId/
version_added 1.23.0

Used by the HTML Reporter, this selects one or more modules by their internal ID to run exclusively.

type `array` or `undefined`
default `undefined`

This option can be controlled via the HTML Reporter interface.

Specify modules by their internally hashed identifier for a given module. You can specify one or multiple modules to run. This option powers the multi-select dropdown menu in the HTML Reporter.

See also: