danger-junit_results
Exposes test results summary with detailed failures, given a path to a JUnit report file.
Installation
$ gem install danger-junit_results
Usage
junit_results.parse("/tmp/junit-report.xml")
junit_results.report
Development
- Clone this repo
- Run
bundle install
to setup dependencies. - Run
bundle exec rake spec
to run the tests. - Use
bundle exec guard
to automatically have tests run as you make changes. - Make your changes.