Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buildpulse/buildpulse-example-cypress
Example Cypress project to demonstrate connecting to BuildPulse for flaky test detection
https://github.com/buildpulse/buildpulse-example-cypress
browser-testing cypress cypress-example cypress-io flake-detection
Last synced: 8 days ago
JSON representation
Example Cypress project to demonstrate connecting to BuildPulse for flaky test detection
- Host: GitHub
- URL: https://github.com/buildpulse/buildpulse-example-cypress
- Owner: buildpulse
- Created: 2020-05-15T00:49:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T17:54:21.000Z (over 1 year ago)
- Last Synced: 2023-07-18T18:45:48.523Z (over 1 year ago)
- Topics: browser-testing, cypress, cypress-example, cypress-io, flake-detection
- Language: JavaScript
- Homepage: https://buildpulse.io
- Size: 51.8 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BuildPulse Example Project: Cypress
This is an example [Cypress](https://www.cypress.io) 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 Cypress project building on CircleCI, this [diff](https://github.com/buildpulse/buildpulse-example-cypress/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 Cypress project building on GitHub Actions CI, this [diff](https://github.com/buildpulse/buildpulse-example-cypress/compare/pre-buildpulse...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 Cypress project building on [Semaphore](https://semaphoreci.com/), this [diff](https://github.com/buildpulse/buildpulse-example-cypress/compare/pre-buildpulse...semaphore) shows how to set up your `.semaphore/semaphore.yml` workflow to send test results to BuildPulse.
---
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=cypress-text-link)