chore(doc-gen): move e2e tests into docs folder …
These tests didn't really fit in the test folder as the docs app is mostly a separate entity from the AngularJS codebase.
chore(travis): reorganize protractor configs to group by spec instead… …
… of by 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.
refactor(testing): split travis end to end tests into separate jobs f… …
…or jquery and jqlite Closes #6159
test(doc:protractor): turn off animation for doc end to end tests to … …
…speed things up
feat(build): add a grunt test for running protractor tests extracted … …
…from the docs