https://github.com/buildpulse/buildpulse-example-rspec
Example RSpec project to demonstrate connecting to BuildPulse for flaky test detection
https://github.com/buildpulse/buildpulse-example-rspec
flake-detection rspec
Last synced: 3 months ago
JSON representation
Example RSpec project to demonstrate connecting to BuildPulse for flaky test detection
- Host: GitHub
- URL: https://github.com/buildpulse/buildpulse-example-rspec
- Owner: buildpulse
- Created: 2020-02-06T14:21:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T17:16:24.000Z (about 1 year ago)
- Last Synced: 2025-01-05T12:42:13.732Z (5 months ago)
- Topics: flake-detection, rspec
- Language: Ruby
- Homepage: https://buildpulse.io
- Size: 50.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BuildPulse Example Project: Ruby + RSpec
This is an example [RSpec](https://rspec.info/) project demonstrating how to send test results to [BuildPulse](https://buildpulse.io) to help you find and [fix flaky tests](https://buildpulse.io/products/flaky-tests).
## CircleCI Integration
If you have an existing RSpec project building on [CircleCI](https://circleci.com/), this [diff](https://github.com/buildpulse/buildpulse-example-rspec/compare/7d2004e...circle-ci) shows how to set up your `.circleci/config.yml` to send test results to BuildPulse.
## GitHub Actions CI Integration
If you have an existing RSpec project building on [GitHub Actions](https://github.com/features/actions), this [diff](https://github.com/buildpulse/buildpulse-example-rspec/compare/7d2004e...github-actions) shows how to set up your GitHub Actions workflow to send test results to BuildPulse.
## Semaphore CI Integration
If you have an existing RSpec project building on [Semaphore](https://semaphoreci.com/), this [diff](https://github.com/buildpulse/buildpulse-example-rspec/compare/7d2004e...semaphore) shows how to set up your `.semaphore/semaphore.yml` workflow to send test results to BuildPulse.
## Travis CI Integration
If you have an existing RSpec project building on [Travis CI](https://travis-ci.com/), this [diff](https://github.com/buildpulse/buildpulse-example-rspec/compare/bae0156...travis-ci) shows how to set up your `.travis.yml` to send test results to BuildPulse.
---
Automatically **detect flaky specs.** Focus on the top offenders to **quickly improve your builds.** Save developer time and frustrations. **Regain trust in your test suite.**
👉 [Get started at buildpulse.io](https://buildpulse.io?utm_source=github.com&utm_campaign=example-repositories&utm_content=rspec-text-link)