Test against latest stable browser versions (open new PR to do so) #6328
Labels
process: tests
Related to our internal tests
type: chore
Work is required w/ no deliverable to end user
Current behavior:
We recently implemented this update to our internal testing process to always test against the latest browser version: #6115
This has become problematic, as evidenced by Chrome 80 update that occurred Feb 4. We are trying to release 4.0 and in the midst of this release the tests are not passing due to some change in Chrome 80. This makes it difficult to isolate which test failures are coming from the current branch changes and which are coming from the new Chrome version changes.
This was effectively removed in #6329
Furthermore this issue will just compound as we add more browser support.
Desired behavior:
We should do something similar to how our
renovatebot
works today for our repo.Upon release of a new stable browser version:
cypress
that runs all tests against the latest browser version.Then we can take the time to isolate which tests failed due to the new stable release and track them down.
Questions
Versions
Cypress 3.8.3
The text was updated successfully, but these errors were encountered: