Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aespinosa/minitest-junit
JUnit-style XML reporter for minitest ~> 5.0
https://github.com/aespinosa/minitest-junit
Last synced: about 1 month ago
JSON representation
JUnit-style XML reporter for minitest ~> 5.0
- Host: GitHub
- URL: https://github.com/aespinosa/minitest-junit
- Owner: aespinosa
- License: mit
- Created: 2014-07-26T01:30:11.000Z (over 10 years ago)
- Default Branch: release
- Last Pushed: 2024-03-21T08:15:08.000Z (10 months ago)
- Last Synced: 2024-10-27T05:42:36.092Z (2 months ago)
- Language: Ruby
- Size: 43 KB
- Stars: 15
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Minitest::Junit
Generates a JUnit-compatible XML report for consumption with Jenkins.
## Installation
Add this line to your application's Gemfile:
gem 'minitest-junit'
And then execute:
$ bundle
Or install it yourself as:
$ gem install minitest-junit
## Usage
$ ruby your_test.rb --help
minitest options:
...
Known extensions: junit, ...
--junit Generate a junit xml report
--junit-filename=OUT Target output filename. Defaults to report.xml
--junit-jenkins Sanitize test names for Jenkins display
...## Contributing
1. Fork it ( https://github.com/aespinosa/minitest-junit/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request