Skip to content

Commit

Permalink
use firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
troolee committed Mar 2, 2016
1 parent d0218a9 commit 650cbae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions protractor.conf.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
exports.config = {
seleniumAddress: 'http://localhost:4444/wd/hub',
specs: ['spec/e2e/*-spec.js'],
// capabilities: {
// browserName: 'phantomjs',
// version: '',
// platform: 'ANY'
// },
capabilities: {
browserName: 'firefox',
version: '',
platform: 'ANY'
},
};

0 comments on commit 650cbae

Please sign in to comment.