Skip to content

Commit

Permalink
chore(protractor-jenkins-config): don't use this inside onPrepare
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Feb 22, 2014
1 parent b72ea59 commit f4a121f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protractor-jenkins-conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exports.config = {

require('jasmine-reporters');
jasmine.getEnv().addReporter(
new jasmine.JUnitXmlReporter('test_out/e2e-' + this.capabilities.browserName + '-', true, true));
new jasmine.JUnitXmlReporter('test_out/e2e-' + exports.config.capabilities.browserName + '-', true, true));
},

jasmineNodeOpts: {
Expand Down

0 comments on commit f4a121f

Please sign in to comment.