mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Investigate error message Test: Attempt to fix tests Chore: Cleanup code Test: Attempt to fix tests Test: Attempt to fix tests
		
			
				
	
	
		
			21 lines
		
	
	
		
			552 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			552 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
    "launch": {
 | 
						|
        "dumpio": true,
 | 
						|
        "slowMo": 500,
 | 
						|
        "headless": process.env.HEADLESS_TEST || false,
 | 
						|
        "userDataDir": "./data/test-chrome-profile",
 | 
						|
        args: [
 | 
						|
            "--disable-setuid-sandbox",
 | 
						|
            "--disable-gpu",
 | 
						|
            "--disable-dev-shm-usage",
 | 
						|
            "--no-default-browser-check",
 | 
						|
            "--no-experiments",
 | 
						|
            "--no-first-run",
 | 
						|
            "--no-pings",
 | 
						|
            "--no-sandbox",
 | 
						|
            "--no-zygote",
 | 
						|
            "--single-process",
 | 
						|
        ],
 | 
						|
    }
 | 
						|
};
 |