-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playwright test debug fails with error #76
Comments
Hey @roggenbrot can you help me with this? |
I'm currently on vacation with no access to a windows system for another
week
|
It seems that on windows the executables are not located in
node_modules\.bin\ . Can you check if a symlink to the real location of
playwright solves the issue?
|
@roggenbrot I ended up not looking much into it but now I'm back. The problem is: I don't have a Windows setup to reproduce this bug =/ Also, there is another issue #53 that seems to be related to this one. Can you help me with this one? |
I have also no windows installation 😊
|
I have the same issue with jest on node 16.14.12. When I click on "Run Test", following command is invoked
When i click on "Debug Test", following command is invoked
In the first case launching In the second case at the end of the command appears this strange combination |
The simplest playwright test from Getting Started manual fails on debugging
Steps to reproduce the behavior:
Setup the simplest playwright test as described in https://playwright.dev/docs/intro#first-test
npm init -y
npm i -D @playwright/test
test.spec.ts
with following content:Issue is not reproduced on Ubuntu 20.04/Node v14.15.0 configuration
The text was updated successfully, but these errors were encountered: