Description
Current behavior
After upgrading playwright-webkit
from v1.32.1
to v1.35.0
, when running the tests using the following command (npx cypress run --browser webkit
), at the end of the tests' execution, a Cypress app is opened in a "Add project" page (see attached screenshot). Since such a page never closes, the tests never end.
Desired behavior
Such a page should not open, and the tests should finish as they used to do with playwright-webkit
v1.32.1
.
Test code to reproduce
Here's the commit with the playwright-webkit
upgrade.
The sample repo is still private, so please let me know which Cypress team member I should give read access to.
Cypress Version
12.14.0
Node version
v18.16.0
Operating System
macOS Ventura 13.4 (locally) and Ubuntu 22.04 (on GitHub Actions)
Debug Logs
Here's the log of the job failure on GitHub Actions.
Other
This is the GitHub Action run before the upgrade, where everything worked fine.