* Add a test to confirm console errors fail tests * Check for console errors on all browsers * Ignore error impacting lots of tests * Add more detected errors to the allowlist for now
		
			
				
	
	
		
			14 lines
		
	
	
		
			520 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			520 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
NODE_ENV=development
 | 
						|
DEV=true
 | 
						|
 | 
						|
VITE_KC_API_WS_MODELING_URL=wss://api.dev.zoo.dev/ws/modeling/commands
 | 
						|
VITE_KC_API_BASE_URL=https://api.dev.zoo.dev
 | 
						|
VITE_KC_SITE_BASE_URL=https://dev.zoo.dev
 | 
						|
VITE_KC_SITE_APP_URL=https://app.dev.zoo.dev
 | 
						|
VITE_KC_SKIP_AUTH=false
 | 
						|
VITE_KC_CONNECTION_TIMEOUT_MS=5000
 | 
						|
# ONLY add your token in .env.development.local if you want to skip auth, otherwise this token takes precedence!
 | 
						|
#VITE_KC_DEV_TOKEN="your token from dev.zoo.dev should go in .env.development.local"
 | 
						|
 | 
						|
FAIL_ON_CONSOLE_ERRORS=true
 |