dequelabs / grunt-axe-webdriver

Mozilla Public License 2.0
12 stars 11 forks source link

Add Junit XML report #10

Closed marob closed 8 years ago

marob commented 8 years ago

Junit XML is a standard report format. It can then be used in CI platforms (Jenkins for example).

In order not to fail the build (and to be able to publish a report in the CI platform), I've also added the possibility to deactivate the threshold (with a negative value).

CLAassistant commented 8 years ago

CLA assistant check
All committers have accepted the CLA.

dylanb commented 8 years ago

@marob this is an awesome contribution. Could you add some tests?

marob commented 8 years ago

@dylanb done!

marob commented 8 years ago

I've added the test about the negative value to prevent failure. Is it OK now?