Skip to content

TeePublic/circleci-auto-bisect

Repository files navigation

Circleci Auto Bisect

Automatically run rspec bisect off remote circleci builds.

Table of contents

Warning

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.

Requirements

Getting Started

Installation

Include in Gemfile:

gem 'circleci-auto-bisect', '~> 0.0.1'

Configuration

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

About

Automatically Bisect your CircleCI tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published