Skip to content

Instantly share code, notes, and snippets.

@handakumbura
Created September 20, 2018 04:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save handakumbura/73f41770ba9fbca1edee894ed177cc16 to your computer and use it in GitHub Desktop.
Save handakumbura/73f41770ba9fbca1edee894ed177cc16 to your computer and use it in GitHub Desktop.
onPrepare: function() {
browser.manage().window().maximize();
var jasmineReporters = require('jasmine-reporters');
jasmine.getEnv().addReporter(new jasmineReporters.JUnitXmlReporter({
consolidateAll: true,
savePath: './testresults/',
filePrefix: 'xmlresults'
}));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment