Closed NeonWizard closed 1 year ago
Can you share the project where it happens and the steps?
Can't share the project, but here is a minimal reproducible example with a video. Watch the whole thing, the crash takes a bit.
https://github.com/microsoft/playwright/assets/1355586/b19879f9-f795-4784-a83b-52b08689a8b9
import { test } from '@playwright/test'
test.describe('Sample Test', () => {
test('this crashes', async () => {
return
})
})
I believe this is fixed in 1.16 that did not publish.
Should be published now. Please give it a try and tell us if it helped!
Closing as per above, please feel free to open a new issue if this does not cover your use case.
Looks like this is an issue in the base VSCode javascript debugger
Context:
Describe the bug
Running "Debug Test" on any playwright test causes
Debug adapter process has terminated unexpectedly (Extension host shut down)
. This started happening a couple months ago, I've tried downgrading to older playwright / playwright extension versions and reinstalling with no luck. Running tests normally ("Run Test") works fine.