Sha256: 17e036312dd6697fb54fa47d1eb712310e2ee07571dad886521097c59031d378

Contents?: true

Size: 918 Bytes

Versions: 8

Compression:

Stored size: 918 Bytes

Contents

# 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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
minitest-junit-2.1.0 README.md
minitest-junit-2.0.1 README.md
minitest-junit-2.0.0 README.md
minitest-junit-1.1.0 README.md
minitest-junit-1.0.0 README.md
minitest-junit-0.4.0 README.md
minitest-junit-0.3.0 README.md
minitest-junit-0.2.0 README.md