hedgedoc/cypress.json
mrdrogdrog 164b5436ae
Use prod build for e2e tests (#432)
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2020-08-19 22:43:56 +02:00

6 lines
131 B
JSON

{
"baseUrl": "http://127.0.0.1:3001/",
"defaultCommandTimeout": 15000,
"experimentalFetchPolyfill": true,
"video": false
}