Sha256: 802918650a4ffbc51f4439d317f5bf27f4836fa66c0fb2a5584b6ca8b8fb7fa8

Contents?: true

Size: 873 Bytes

Versions: 10

Compression:

Stored size: 873 Bytes

Contents

# RSpec Buildkite Analytics

This gem collects data about your test suite's performance and reliability, and allows you to see trends and insights about your test suite over time ✨

## Installation

Add the gem to your Gemfile:

```ruby
group :test do
  # ...
  gem "rspec-buildkite-analytics"
end
```

Configure your API key:
```ruby
RSpec::Buildkite::Analytics.configure(token: "........")
```

Run bundler to install the gem and update your `Gemfile.lock`:
```
$ bundle
```

Lastly, commit and push your changes to start analysing your tests:
```
$ git commit -m "Add Buildkite Test Analytics client"
$ git push
```

## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/buildkite/rspec-buildkite-analytics.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rspec-buildkite-analytics-0.8.2 README.md
rspec-buildkite-analytics-0.8.1 README.md
rspec-buildkite-analytics-0.8.0 README.md
rspec-buildkite-analytics-0.7.0 README.md
rspec-buildkite-analytics-0.6.3 README.md
rspec-buildkite-analytics-0.6.1 README.md
rspec-buildkite-analytics-0.6.0 README.md
rspec-buildkite-analytics-0.5.0 README.md
rspec-buildkite-analytics-0.4.0 README.md
rspec-buildkite-analytics-0.3.6 README.md