You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2019. It is now read-only.
Hello,
first of all thank you very much Droogans for your great tutorial on page objects. You've done a GREAT work !
Question 1: Is is possible to have an JUnit/XUnit xml file generated at the end of each Suite?
Question 2: How to change the config protractor.conf.js to generate it?
Hello,
first of all thank you very much Droogans for your great tutorial on page objects. You've done a GREAT work !
Question 1: Is is possible to have an JUnit/XUnit xml file generated at the end of each Suite?
Question 2: How to change the config protractor.conf.js to generate it?
Something like this:

I found some info here:
Mocha XUnit Reporter
https://github.com/visionmedia/mocha/blob/master/lib/reporters/xunit.js
npm install xunit-file
https://www.npmjs.org/package/xunit-file
Continuous Integration with Jenkins and Node.js and Mocha XUnit
https://blog.dylants.com/2013/06/21/jenkins-and-node/
best regards
damaniente