https://github.com/michaelbe812/cypress-flaky-test-repro
https://github.com/michaelbe812/cypress-flaky-test-repro
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelbe812/cypress-flaky-test-repro
- Owner: michaelbe812
- Created: 2024-11-09T14:01:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T14:14:51.000Z (7 months ago)
- Last Synced: 2025-01-01T01:32:34.866Z (5 months ago)
- Language: TypeScript
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steps to reproduction
install dependencies `npm i`
run the command `npx nx run e2e:open-cypress`
and execture the tests in app.cy.ts.Play with the settimeout value in app.component.ts.
Increasing above 50 ms will make the test pass but below 50 ms will make the test fail.