Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: battling cypress' dashboard feature
Following up on a series of PRs to try and fix cypress run, latest being this one #30430. Here I'm working a bit in the dark since the logic on `master` in CI is slightly different from the logic in PRs. On my latest try, I had an error related to a combination of retries in the context where the dashboard is used. Issue was around the group id's not being unique. Here I'm working around it by adding the attempt number to the group's id, which should fix it. At this point I'm beyond annoyed with Cypress. Last try before I shut down using the dashboard feature (a paying service we don't really get much if any benefit from) at all.
- Loading branch information