aboutsummaryrefslogtreecommitdiffstats
path: root/protractor-conf.js
AgeCommit message (Collapse)Author
2014-02-21chore(travis): reorganize protractor configs to group by spec instead of by ↵Julie
browser Use the multiConfiguration ability of Protractor to start tests on multiple browsers from the same travis cell. Group tests by type (jquery, jqlite, or docs tests) instead of by browser. Turn on tests for jQuery.
2014-02-07refactor(testing): split travis end to end tests into separate jobs for ↵Julie
jquery and jqlite Closes #6159
2014-01-22test(doc:protractor): turn off animation for doc end to end tests to speed ↵Julie
things up
2014-01-09test(docs): add protractor tests for docs appJeff Cross
Closes #5437
2014-01-09feat(build): add a grunt test for running protractor tests extracted from ↵Julie
the docs