security-checklist/cypress.json

10 lines
174 B
JSON
Raw Normal View History

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