Skip to content

[REGRESSION]: Brand new install of playwright, unable to run chromium with show browser using vscode #30339

Closed

Description

Version

1.41.0

Steps to reproduce

  1. Create a new folder in vscode
  2. Open to that folder
  3. Open Command + Shift + P and run 'install playwright'
  4. Let all the defaults install
  5. Click the testing tab in vscode and you'll see the tests or e2e folder playwright added
  6. 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
  7. Before clicking run, make sure that 'show browser' is enabled
  8. 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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions