Skip to content

Commit

Permalink
slightly improved the test for the clirunner
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Aug 27, 2014
1 parent 92410d9 commit 0307b4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/src/runner/testCliRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ module.exports = {

selenium : {
host : 'other.host'
},

desiredCapabilities : {
'test.user' : '${ENV_USERNAME}'
}
}
}
Expand Down Expand Up @@ -268,6 +272,7 @@ module.exports = {
test.equal(runner.test_settings.disable_colors, true);
test.equal(runner.test_settings.username, 'testuser');
test.equal(runner.test_settings.credentials.service.user, 'testuser');
test.equal(runner.test_settings.desiredCapabilities['test.user'], 'testuser');
test.done();
},

Expand Down

0 comments on commit 0307b4f

Please sign in to comment.