An open API service indexing awesome lists of open source software.

https://github.com/buildpulse/buildpulse-example-scalatest

Example ScalaTest project to demonstrate connecting to BuildPulse for flaky test detection
https://github.com/buildpulse/buildpulse-example-scalatest

flake-detection scala scalatest

Last synced: 7 months ago
JSON representation

Example ScalaTest project to demonstrate connecting to BuildPulse for flaky test detection

Awesome Lists containing this project

README

          

# BuildPulse Example Project: Scala + ScalaTest

This is an example [ScalaTest](https://www.scalatest.org/) 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).

## GitHub Actions CI Integration

If you have an existing ScalaTest project building on GitHub Actions CI, this [diff](https://github.com/buildpulse/buildpulse-example-scalatest/compare/pre-buildpulse...github-actions) shows how to set up your GitHub Actions workflow to send test results to BuildPulse.

## Travis CI Integration

If you have an existing ScalaTest project building on Travis CI, this [diff](https://github.com/buildpulse/buildpulse-example-scalatest/compare/pre-buildpulse...travis-ci) shows how to set up your `.travis.yml` to send test results to BuildPulse.

## Additional CI Integrations

BuildPulse also offers integrations for:

- **CircleCI** [[docs](https://circleci.com/developer/orbs/orb/workshop64/buildpulse)]
- **Semaphore** [[docs](https://github.com/buildpulse/buildpulse-semaphore)]
- Buildkite (available in early access)
- Jenkins (available in early access)
- webapp.io (available in early access)

Don't see your CI provider? [Get in touch](mailto:hello@buildpulse.io?body=%3C%3C%20Please%20tell%20us%20what%20CI%20service%20you%27re%20using.%20We%27ll%20follow%20up%20with%20you%20soon%21%20%3E%3E&subject=Please%20add%20support%20for%20this%20CI%20service%20next) and we may be able to quickly add support for it.

---



Try BuildPulse for free

Automatically **detect flaky tests.** 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=scalatest-text-link)