Testing Team Meeting – Mar 14 2013


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

  • travis.yml to init/update
    submodules, npm install -g grunt-cli
  • npm install && npm test
    is done on travis by default

We can use that at least until
mergatron can do it better.

TestSwarm

  • projects update shelved for a
    week, until higher priority issues are resolved (infrastructure,
    BrowserStack)