hedgedoc/cypress.json
mrdrogdrog 69ad1d16ce
Fix firefox e2e runs (#356)
* Increase cypress default command wait time
* remove firefox hack from cypress.json
2020-07-25 20:25:33 +02:00

5 lines
113 B
JSON

{
"baseUrl": "http://localhost:3000/",
"defaultCommandTimeout": 15000,
"experimentalFetchPolyfill": true
}