security-checklist/cypress.json
2019-01-12 17:52:43 -08:00

9 lines
174 B
JSON

{
"baseUrl": "http://localhost:3000",
"viewportWidth": 1300,
"defaultCommandTimeout": 20000,
"video": false,
"blacklistHosts": [
"*.google-analytics.com"
]
}