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

https://github.com/michaelbe812/cypress-flaky-test-repro


https://github.com/michaelbe812/cypress-flaky-test-repro

Last synced: 3 months ago
JSON representation

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.