mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
a5eee6d960
Fixes https://github.com/microsoft/playwright-python/issues/1561 Fixes https://github.com/microsoft/playwright-python/issues/1565
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" %*
|