https://github.com/buildpulse/buildpulse-example-selenium
Example Selenium project to demonstrate connecting to BuildPulse for flaky test detection
https://github.com/buildpulse/buildpulse-example-selenium
Last synced: 8 months ago
JSON representation
Example Selenium project to demonstrate connecting to BuildPulse for flaky test detection
- Host: GitHub
- URL: https://github.com/buildpulse/buildpulse-example-selenium
- Owner: buildpulse
- Created: 2024-04-03T17:49:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T18:37:01.000Z (about 2 years ago)
- Last Synced: 2024-12-27T12:28:53.660Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BuildPulse Example Project: Selenium
This is an example [Selenium](https://www.selenium.dev/) 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).
You can run tests via `python -m xmlrunner discover -s tests -o test-reports`
## GitHub Actions CI Integration
If you have an existing Selenium project building on GitHub Actions CI, this [diff](https://github.com/buildpulse/buildpulse-example-selenium/commit/b2f8cec7c2da6eac0d46b87ca3271471d63fd163) shows how to set up your GitHub Actions workflow to send test results to BuildPulse.
## Other
Please see [test-reporter](https://github.com/buildpulse/test-reporter) usage for uploading results from any CI provider.
---
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=selenium-text-link)