Skip to content

Instantly share code, notes, and snippets.

@handakumbura
Created September 20, 2018 04:07
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