Released QUnit v1.3.0: https://github.com/jquery/qunit/blob/v1.3.0/History.md
Category: Testing Team
Testing Team Meeting – Feb 17 2012
Closed a big bunch of QUnit tickets this week, closing most pull requests and almost all bug tickets. New release coming up soon.
Also working on the QUnit site again, custom footer in theme already done.
Testing Team Meeting – Jan 20 2012
Improving the testing infrastructure: BrowserStack integration is in place, though various quirks still need to be ironed out. Improvements of the TestSwarm output in Jenkins jobs is under way.
To focus efforts, the jQuery Mobile Jenkin's jobs are to be migrated over to our (mt) hosted instance. They'll keep using Ruby/Selenium for now, with the goal of migrating to the same TestSwarm/BrowserStack setup as the other projects over the next months.
Testing Team Meeting – Dec 02 2011
Work in progress on the new site. Base template now has QUnit specific styles, content is coming together.
Testing Team Meeting – Nov 25 2011
Released QUnit v1.2.0.
Testing Team Meeting – Nov 18 2011
Collaboration with BrowserStack is productive, jQuery Board got accounts, working on integrating that with TestSwarm, with Scott González leading that effort.
Working with Jonathan Sharp on improving jquery-mockjax (https://github.com/appendto/jquery-mockjax/). Moved docs to README on GitHub repo, integrated API docs there. Testsuite is much better shape, working with a few collaborators on fixes and enhancements.
Testing Team Meeting – Nov 05 2011
Quite week for QUnit. Document some long-existing issues in tracker:
https://github.com/jquery/qunit/issues/171
https://github.com/jquery/qunit/issues/172
https://github.com/jquery/qunit/issues/173
Progress on qunitjs.com halted, need to figure out how to get the design updated without wating for Doug.
Testing Team Meeting – Oct 29 2011
No repo updates. Ben started working on Octopress-based site. Working with Doug to get QUnit-specific swatch and logo, needs something that overlaps less with jQuery Mobile.
Testing Team Meeting – Oct 24 2011
An Octopress-based site and deployment is in place, deploying to http://qunitjs.com/ - the source repository is at https://github.com/jquery/web-qunitjs-com-source - used to edit theme, content and track issues. If you wanna contribute, check out the open issues.
Testing Team Meeting – Oct 14 2011
QUnit:
- Added window.onerror handler, catches errors outside QUnit's try-catch blog, both within and outside the scope of a test
- Improved jsDump's handling of arrays and array-like objects. Solved issue in Safari with outputting NodeList objects
- Released 1.1.0, tag: https://github.com/jquery/qunit/tree/1.1.0, changelog: https://github.com/jquery/qunit/blob/1.1.0/History.md
- qunitjs.com: Tested integrating new jQuery theme into Octopress: http://bassistance.de/i/d9524d.png
TestSwarm:
- Added Firefox 7
- Added IE10 as Beta
Integration
- Integrated PhantomJS running QUnit tests into Jenkins, updated script here: https://github.com/jquery/qunit/blob/cli-phantomjs/test.js
- QUnit green on Jenkins build: http://swarm.jquery.org:8080/
- BrowserStack commited to providing TestSwarm clients by end of October, mobile clients in about two months