refactor(testing): split travis end to end tests into separate jobs for jquery and jqlite

Closes #6159
This commit is contained in:
Julie
2014-02-06 11:29:24 -08:00
committed by Igor Minar
parent ad275b2265
commit e645f7cae1
5 changed files with 49 additions and 8 deletions

View File

@@ -2,12 +2,13 @@ exports.config = {
allScriptsTimeout: 11000,
specs: [
'build/docs/ptore2e/**/*.js',
'build/docs/ptore2e/**/*jqlite_test.js',
'test/e2e/docsAppE2E.js'
],
capabilities: {
'browserName': 'chrome'
'browserName': 'chrome',
'name': 'Angular E2E: jqlite'
},
baseUrl: 'http://localhost:8000/build/docs/',