Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 800 Bytes

File metadata and controls

35 lines (27 loc) · 800 Bytes
layout page-api
title QUnit.config.hidepassed
excerpt Hide results of passed tests (HTML Reporter).
groups
config
redirect_from
/config/hidepassed/
version_added 1.0.0

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