Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
Config: Document hidepassed property
Browse files Browse the repository at this point in the history
Fixes gh-25
Closes gh-41
  • Loading branch information
leobalter authored and jzaefferer committed Jan 29, 2014
1 parent 5ea1ae7 commit 681c96f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions entries/QUnit.config.xml
Expand Up @@ -19,6 +19,11 @@
This object isn't actually a configuration property, but is listed here anyway, as its exported through <code>QUnit.config</code>. This gives you access to some QUnit internals at runtime. See below for an example.
</desc>
</property>
<property name="hidepassed" type="Boolean" default="false">
<desc>
By default, the HTML Reporter will show all the tests results. Enabling this option will make it show only the failing tests, hiding all that pass. This can also be managed by the HTML interface.
</desc>
</property>
<property name="module" type="String" default="undefined">
<desc>
Specify a single module to run by declaring it's name. By default, QUnit will run all the loaded modules when this property is not specified. This property value must match (case insensitive) the module name or QUnit won't run any module.
Expand Down

0 comments on commit 681c96f

Please sign in to comment.