Ubuntu – All my Cypress (React) tests fail on Github Actions (CI) with this error " AssertionError: Timed out" while they pass locally
For a React project, I put in place a CI with Cypress end-to-end tests on Github Actions. Here is the issue: my tests pass locally they all fail with this error on Github Actions : AssertionError: Timed out retrying after…