You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrote most of the JUnitLogger addon as it was in bad shape: unused variables, duplicate effort that QUnit handles internally (e.g. tallying number of total assertions, failed assertions, etc.), sub-optimal XmlWriter implementation, etc.
Phantomjs: Include source in assertion details
Phantomjs: Removed the polling mechanism in favor of PhantomJS 1.6+'s WebPage#onCallback
Delay start() until init() happened. Fixes #358. Closes #373.
urlConfig: Fix checkbox event for oldIE. Fixes #369. Closes #370.
Issue #365: Fix module picker for oldIE. Closes #366.