security-checklist/cypress.json
2019-11-24 19:51:03 -05:00

9 lines
167 B
JSON

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