playwright/utils/build/run-driver-win.cmd
Playwright Service 6e8c2c5d8d
chery-pick(#17579): fix(driver): with CWD which contained spaces (#17593)
This PR cherry-picks the following commits:

- a5eee6d960

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-26 20:40:15 +02:00

7 lines
170 B
Batchfile
Executable file

@echo off
setlocal
if not defined PLAYWRIGHT_NODEJS_PATH (
set PLAYWRIGHT_NODEJS_PATH=%~dp0\node.exe
)
"""%PLAYWRIGHT_NODEJS_PATH%""" "%~dp0\package\lib\cli\cli.js" %*