FlakyciRspec
Welcome to your new gem!
FlakyCI helps you flight test flakiness.
Installation
Add this line to your application's Gemfile:
gem 'flakyci_rspec'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install flakyci_rspec
Usage
In order to use FlakyCI rspec you have to add FlakyciRspec to your formaters.
In .rspec
file add this line
--format FlakyciRspec
You should set your FlakyCI project key in your enviroment variables.
FLAKYCI_KEY="YOUR FLAKYCI PROJECT KEY"
Example
An example is available here https://github.com/flakyci/flakyci_rspec_example.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/flakyci/flakyci_rspec.
License
The gem is available as open source under the terms of the MIT License.