security-checklist/cypress.json

10 lines
167 B
JSON
Raw Normal View History

{
"baseUrl": "http://localhost:3000",
"viewportWidth": 1300,
"defaultCommandTimeout": 20000,
"video": false,
"blacklistHosts": [
2019-11-25 00:51:03 +00:00
"*.usefathom.com"
]
}