You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It uses latest version of Playwright. Above mentioned version 1.1.12 is for VS Code extension Playwright Test for VSCode
Steps to reproduce
Steps to reproduce issue: (Operating System: Windows 10 Pro)
Create Empty Directory or use any existing ReactJS project
Open it in VS Code and install extension Playwright Test for VSCode
Open "Command Palette" in VS Code ("Ctrl + Shift + P")
Type "Install Playwright" and press Enter
Accept Defaults on Next screen and press enter
It will automatically opens Terminal and runs command npm init playwright@latest --yes '--' '--quiet' '--browser=chromium' '--browser=firefox' '--browser=webkit' '--gha'
It shows below message on terminal
> npx
> create-playwright '--' '--quiet' '--browser=chromium' '--browser=firefox' '--browser=webkit' '--gha'
Getting started with writing end-to-end tests with Playwright:
Initializing project in ''--''
? Do you want to use TypeScript or JavaScript? ...
> TypeScript
JavaScript
Accepts default options
After completing installation, it created all Playwright project structure inside -- directory
Find Attached screenshot for reference
Expected 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.
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: