mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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" %*
|