Disable Chrome security to allow Cypress to navigate out of localhost

This commit is contained in:
Felipe Knorr Kuhn 2021-12-09 14:32:03 -08:00
parent b7ce98ee53
commit 35e8dc080a

View File

@ -11,5 +11,6 @@
"retries": { "retries": {
"runMode": 3, "runMode": 3,
"openMode": 0 "openMode": 0
} },
"chromeWebSecurity": false
} }