Skip to content

Commit

Permalink
Merge pull request #79 from dotcs/fix-protractor-configuration
Browse files Browse the repository at this point in the history
Fix Protractor/Selenium Configuration
  • Loading branch information
PatrickJS committed Sep 22, 2015
2 parents 0ba9864 + 968fae7 commit f4dcbcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protractor.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @AngularClass

exports.config = {
baseUrl: 'http://localhost:8080/',
baseUrl: 'http://localhost:3000/',

allScriptsTimeout: 11000,

Expand All @@ -19,7 +19,7 @@ exports.config = {
}
},

seleniumAddress: 'http://localhost:4444/wd/hub',
seleniumServerJar: './node_modules/protractor/selenium/selenium-server-standalone-2.45.0.jar',

specs: [
'test/**/*.e2e.js'
Expand Down

0 comments on commit f4dcbcd

Please sign in to comment.