Skip to content

fix: use double quotes for create-playwright args on cmd.exe#792

Merged
Skn0tt merged 1 commit into
mainfrom
fix-40076
Jun 29, 2026
Merged

fix: use double quotes for create-playwright args on cmd.exe#792
Skn0tt merged 1 commit into
mainfrom
fix-40076

Conversation

@Skn0tt

@Skn0tt Skn0tt commented Jun 29, 2026

Copy link
Copy Markdown
Member

Summary

  • cmd.exe passes single quotes literally, breaking npm init playwright; pick the quote char based on the detected default shell.
  • manually verified

Fixes microsoft/playwright#40076

cmd.exe passes single quotes literally, breaking npm init playwright. Pick the quote char based on the detected default shell.

Fixes microsoft/playwright#40076
@Skn0tt Skn0tt merged commit cb5297e into main Jun 29, 2026
7 checks passed
@Skn0tt Skn0tt deleted the fix-40076 branch June 29, 2026 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Test: Playwright Install in VSCode command Generated wrong command.

2 participants