security-checklist/cypress.json

9 lines
162 B
JSON
Raw Normal View History

{
"baseUrl": "http://localhost:3000",
"viewportWidth": 1300,
"defaultCommandTimeout": 20000,
"video": false,
2020-08-20 14:56:02 +00:00
"blockHosts": [
2019-11-25 00:51:03 +00:00
"*.usefathom.com"
]
2020-08-20 14:56:02 +00:00
}