mirror of
				https://github.com/microsoft/playwright.git
				synced 2025-06-26 21:40:17 +00:00 
			
		
		
		
	* It is more common to set env variable value without quotes on Windows (see the bug) * Use defined to check for string presence, it will work nicely with strings that contain whitespaces https://github.com/microsoft/playwright-java/issues/1213
		
			
				
	
	
		
			4 lines
		
	
	
		
			157 B
		
	
	
	
		
			Batchfile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			157 B
		
	
	
	
		
			Batchfile
		
	
	
		
			Executable File
		
	
	
	
	
@echo off
 | 
						|
setlocal
 | 
						|
if not defined PLAYWRIGHT_NODEJS_PATH set PLAYWRIGHT_NODEJS_PATH=%~dp0node.exe
 | 
						|
"%PLAYWRIGHT_NODEJS_PATH%" "%~dp0package\lib\cli\cli.js" %* |