This PR cherry-picks the following commits:
- a5eee6d960
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
7 lines
170 B
Batchfile
Executable file
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" %*
|