QUnit 1.5.0 Released

Changelog

  • Addons/JUnitLogger: Add results data to QUnit.jUnitReport callback argument. The function accepts one argument shaped as { xml: '<?xml ...', results: { failed: 0, passed: 0, total: 0, time: 0 } }. (Jonathan Sanchez) #216
  • Assert: Provide this test context to assert.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

See also