Get help with testing, discuss unit testing strategies etc.


Post by chauncey-garrett »

Would it be possible to output both an HTML and a JUnit report from webdriver automation?

Post by nickolay »

Currently not, but not complex to add, do you need this feature?

Post by chauncey-garrett »

It would certainly be useful. While the JUnit report integrates nicely with Jenkins, the HTML report provides far more context into where errors occur within the test.

Post by nickolay »

Right. Landed to master, you can try it in the tomorrow nightly.

Post Reply