security-checklist/cypress.json
2020-08-20 08:56:02 -06:00

9 lines
No EOL
162 B
JSON

{
"baseUrl": "http://localhost:3000",
"viewportWidth": 1300,
"defaultCommandTimeout": 20000,
"video": false,
"blockHosts": [
"*.usefathom.com"
]
}