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

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

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.

---



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=selenium-text-link)