Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 863 Bytes

File metadata and controls

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

Used by 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 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: