https://github.com/buildpulse/buildpulse-example-pytest
Example pytest project to demonstrate connecting to BuildPulse for flaky test detection
https://github.com/buildpulse/buildpulse-example-pytest
flake-detection pytest
Last synced: 7 months ago
JSON representation
Example pytest project to demonstrate connecting to BuildPulse for flaky test detection
- Host: GitHub
- URL: https://github.com/buildpulse/buildpulse-example-pytest
- Owner: buildpulse
- License: mit
- Created: 2021-09-29T13:03:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T14:45:56.000Z (about 2 years ago)
- Last Synced: 2024-12-27T12:28:51.102Z (over 1 year ago)
- Topics: flake-detection, pytest
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BuildPulse Example Project: Python + pytest
This is an example [pytest](https://docs.pytest.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).
## CircleCI Integration
If you have an existing pytest project building on CircleCI, this [diff](https://github.com/buildpulse/buildpulse-example-pytest/compare/pre-buildpulse...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 pytest project building on GitHub Actions CI, this [diff](https://github.com/buildpulse/buildpulse-example-pytest/compare/pre-buildpulse...github-actions) shows how to set up your GitHub Actions workflow to send test results to BuildPulse.
## Additional CI Integrations
BuildPulse also offers integrations for:
- **Semaphore** [[docs](https://github.com/buildpulse/buildpulse-semaphore)]
- **Travis CI** [[docs](https://github.com/buildpulse/buildpulse-travis-ci)]
- Buildkite (available in early access)
- Jenkins (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.
---
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=pytest-text-link)