QUnit.config.altertitle
version added: 1.0.0.
Description
In browser environments, whether to insert a success or failure symbol in the document title.
| type | boolean |
|---|---|
| default | true |
By default, QUnit updates document.title to insert a checkmark or cross symbol to indicate whether the test run passed or failed. This helps quickly spot from the tab bar whether a run passed, without opening it.
If you’re integration-testing code that makes changes to document.title, or otherwise conflicts with this feature, you can disable it.