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 9510c7d2ea
commit ec420d8f3e
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A

View file

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