QUnit.config.hidepassed

version added: 1.0.0.

Description

In the HTML Reporter, hide results of passed tests.

type boolean
default false

This option can also be controlled via the HTML Reporter.

By default, the HTML Reporter will list both passing and failing tests. Passing tests are by default collapsed to display only their name. Enable hidepassed to hide passing tests completely, and show only failing tests in the list.

See also