Skip to content

Commit

Permalink
Use firefox with protractor. It should be available by default in tra…
Browse files Browse the repository at this point in the history
…vis-ci
  • Loading branch information
jsyrjala committed Nov 6, 2014
1 parent d51dc70 commit aee92fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
exports.config = {
seleniumAddress: 'http://localhost:4444/wd/hub',
specs: ['it/spec.js'],
capabilities: {
browserName: 'firefox'
}
/*
multiCapabilities: [{
browserName: 'firefox'
Expand Down

0 comments on commit aee92fb

Please sign in to comment.