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

View File

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