[Bug]: In VS Code Install Playwright
command creates --
directory on Windows 10
#34266
Labels
Install Playwright
command creates --
directory on Windows 10
#34266
Version
1.1.12
It uses
latest
version ofPlaywright
. Above mentioned version1.1.12
is for VS Code extensionPlaywright Test for VSCode
Steps to reproduce
Steps to reproduce issue: (Operating System: Windows 10 Pro)
ReactJS
projectPlaywright Test for VSCode
Enter
npm init playwright@latest --yes '--' '--quiet' '--browser=chromium' '--browser=firefox' '--browser=webkit' '--gha'
--
directoryExpected behavior
Install Playwright
command in VS Code should initialize project in.
or current root directory similar to other operating systems.Actual behavior
Install Playwright
command in VS Code initializes project in--
directory which is wrong.Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: