Closed
Description
Version
1.41.0
Steps to reproduce
- Create a new folder in vscode
- Open to that folder
- Open Command + Shift + P and run 'install playwright'
- Let all the defaults install
- Click the testing tab in vscode and you'll see the tests or e2e folder playwright added
- There will be 2 examples. We do not want to run the individual examples, but instead the parent folder of both of them so they both run at the same time
- Before clicking run, make sure that 'show browser' is enabled
- Click run
Expected behavior
Tests to pass
Actual behavior
Tests fail with 'frame has been detached'
Additional context
Firefox is fine
This leads me to believe there is an issue in the latest chromium supported browser.. I was also getting some weird errors on my CICD pipeline and I have a suspicion that whatever is causing this is also causing that failure
Environment
MAC OS/X
14.3
npm -v
10.3.0
node -v
v21.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment