We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637a2fe commit 4746790Copy full SHA for 4746790
test/protractor.ci.conf.js
@@ -10,10 +10,7 @@ exports.config = {
10
11
// Capabilities to be passed to the webdriver instance.
12
capabilities: {
13
- browserName: 'chrome',
14
- chromeOptions: {
15
- args: ['no-sandbox=true']
16
- }
+ browserName: 'Firefox'
17
},
18
19
// Wait 30 seconds for page synchronization
travis_build.sh
@@ -8,6 +8,8 @@ if [ $TRAVIS_PULL_REQUEST != "false" ]
8
then
9
# Run default task
grunt
+ # Run e2e tests
+ grunt test:ci-e2e
else
echo "travis_fold:start:Tests"
grunt test:ci
@@ -19,4 +21,4 @@ else
21
grunt coverage
20
22
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true
23
fi
-fi
24
+fi
0 commit comments