Location: #jquery-meeting on Freenode
Attending: James, Jörn
Location: #jquery-meeting on Freenode
Attending: Timo, James, Jörn
Location: #jquery-meeting on Freenode
Attending: James, Michał, Oleg, Jörn
In-person meeting in Portland, OR, after jQuery Conference.
Attending: Timo, James, Jörn
March 14, 2013
Location: #jquery-meeting on Freenode
Attending: James, Scott, Ghislain, Jörn, Richard, Timo
Time: 11am ET (16:00 UTC)
QUnit
Jenkins/Travis
We’d like to run `grunt` for all
PRs – Travis makes this really easy, mergatron should do it, too.
We want TestSwarm for regular
commits, this won’t work with Travis, since it can’t expose
confidential
credentials to PR committers.
TODO: Add a few more projects to
Travis, gives us basic testing for PRs
We can use that at least until
mergatron can do it better.
TestSwarm
February 28, 2013
Location: #jquery-meeting on Freenode
Attending: Timo, Dave, Scott, Jörn
Time: 11am ET (16:00 UTC)
QUnit
Starting splitting out add-ons
into separate repositories:
TestSwarm
Timo working on projects
refactoring:
https://github.com/jquery/testswarm/tree/projects-4
Working with BrowserStack to fix
lost workers.
January 31, 2013
Location: #jquery-meeting on Freenode
Attending: Scott, Richard, Corey, James, Jörn
Time: 11am ET (16:00 UTC)
QUnit
TestSwarm
BrowserStack integration
January 03, 2013
Location: #jquery-meeting on Freenode
Attending: James, Jörn
Time: 11am ET (16:00 UTC)
QUnit
Survey is online: https://docs.google.com/spreadsheet/viewform?formkey=dDBzQl9TWmQzbDdXS08wMTBuLTlObXc6MQ#gid=0
Survey results: https://docs.google.com/spreadsheet/ccc?key=0ArIM4UVbwE-3dDBzQl9TWmQzbDdXS08wMTBuLTlObXc#gid=0
Updated htmlEqual PR from James: https://github.com/jquery/qunit/pull/368 – needs review
Landed https://github.com/jquery/qunit/pull/387 – more reliable throws() assertion
Landed https://github.com/jquery/qunit/pull/384 – module/test filters now work in IE7/8 with file protocol
Support for pending tests like Mocha? “tests without a function body such that they show up in the list but have a different visual representation and do not count as either a success or a failure; rather, a new "pending" count is added as well.” – still not very convincing.
Better async testing!
Mocha looks at callback signature and makes tests async when a callback argument, usually named done, is present: http://visionmedia.github.com/mocha/#asynchronous-code
Can’t do that since we introduced the assert argument
Can do something like this:
Going to land the two deprecation tickets, then release 1.11
TestSwarm