Make tests fail when there are console errors (#6015)
* 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
This commit is contained in:
		@ -1,5 +1,6 @@
 | 
			
		||||
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
 | 
			
		||||
@ -8,3 +9,5 @@ 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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user