Skip to content

Commit

Permalink
Merge pull request #763 from compulim/feat-test-runner-path
Browse files Browse the repository at this point in the history
Test runner should able to set remote.path by environment variable _PATH
  • Loading branch information
christian-bromann committed Sep 6, 2015
2 parents 823d5b1 + 6b3c593 commit 55a79d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/conf/local.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
var local = {
host: 'localhost',
port: process.env._PORT || 4444,
path: process.env._PATH,
logLevel: 'silent',
waitforTimeout: 1000,
desiredCapabilities: {
Expand Down

0 comments on commit 55a79d0

Please sign in to comment.