Skip to content

Commit

Permalink
(chore): use Firefox and Chrome for the Protractor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Brand committed Sep 3, 2015
1 parent 43a00b6 commit 268183a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions protractor-conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ exports.config = {
sauceUser: process.env.SAUCE_USERNAME,
sauceKey: process.env.SAUCE_ACCESS_KEY,
multiCapabilities: [
{
browserName: 'chrome',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER ? process.env.TRAVIS_JOB_NUMBER : null,
name: 'ion-autocomplete'
},
{
browserName: 'firefox',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER ? process.env.TRAVIS_JOB_NUMBER : null,
Expand Down

0 comments on commit 268183a

Please sign in to comment.