Back to Qunit

QUnit 1.5.0 Released

docs/_posts/2012-04-04-qunit-1-5-0.md

2.25.0747 B
Original Source

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