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

Latest commit

 

History

History
27 lines (23 loc) · 659 Bytes

File metadata and controls

27 lines (23 loc) · 659 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](../../intro.md#in-the-browser).

By default, the HTML Reporter will list (in collapsed form) the names of all passed tests. Enable this option, to only list failing tests.