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) · 723 Bytes

File metadata and controls

27 lines (23 loc) · 723 Bytes
layout page-api
title QUnit.config.collapse
excerpt Collapse the details of failing tests after the first one (HTML Reporter).
groups
config
redirect_from
/config/collapse/
version_added 1.0.0

In the HTML Reporter, collapse the details of failing tests after the first one.

type `boolean`
default `true`

By default, QUnit's HTML Reporter collapses consecutive failing tests showing only the details for the first failed test. The other tests can be expanded manually with a single click on the test title.

Set this option to false to expand the details for all failing tests.