nightwatch-extended-junit-reporter
v1.0.2
Published
This Nightwatch reporter is a extension of the base JUnit reporter. It includes a base64 encoded string of the failure image and also the test steps. The format for this JUnit was inspired by [this](https://github.com/testmoapp/junitxml) reference guide.
Downloads
6
Maintainers
Readme
Nightwatch Extended JUnit Reporter
This Nightwatch reporter is a extension of the base JUnit reporter. It includes a base64 encoded string of the failure image and also the test steps. The format for this JUnit was inspired by this reference guide.
If you use this reporter do not use the base JUnit reporter included with Nightwatch.
You can see and example JUnit report in the examples folder.
Installation
npm install nightwatch-extended-junit-reporter
Usage
To use the reporter all you need to do is include reporter=nightwatch-extended-junit-reporter
when running nightwatch
.
Contributing
You can open a PR against this repository to contribute! :smile:
When making a PR please follow conventional commits. This allows us to keep commits nice and organized.