Automatically run rspec bisect off remote circleci builds.
Circleci Auto Bisect is still pre-1.0.0 and there may be occasional breaking changes to the API. Check the release notes for important updates.
- ruby 2.5.0 minimum
- CircleCi API v2
- A CircleCi Context setup
Include in Gemfile:
gem 'circleci-auto-bisect', '~> 0.0.1'
For global configuration, automatically generate configuration file by executing:
rails generate circleci_auto_bisect:install
For config object:
CircleciAutoBisect.config do |c|
c.circleci_api_token = ENV['CIRCLECI_API_TOKEN']
end