Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (26 loc) · 867 Bytes

File metadata and controls

31 lines (26 loc) · 867 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

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: