QUnit 1.5.0 Released
Changelog
- Addons/JUnitLogger: Add
resultsdata toQUnit.jUnitReportcallback argument. The function accepts one argument shaped as{ xml: '<?xml ...', results: { failed: 0, passed: 0, total: 0, time: 0 } }. (Jonathan Sanchez) #216 - Assert: Provide
thistest context toassert.raises()block. (Keith Cirkel) #217 - Core: Fix clearing of sessionStorage in Firefox 3.6. (Scott González)
- HTML Reporter: Modify “Running…” to display test name. (Rick Waldron) #220