This website requires JavaScript.
Explore
Help
Sign in
github
/
hedgedoc
Watch
1
Star
0
Fork
You've already forked hedgedoc
0
mirror of
https://github.com/hedgedoc/hedgedoc.git
synced
2024-11-22 01:36:29 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
28600d6508
hedgedoc
/
cypress.json
6 lines
94 B
JSON
Raw
Normal View
History
Unescape
Escape
added e2e tests (#298) - added e2e tests for - banner - history - intro - language - link - added e2e workflow - added cypress badge to README
2020-07-16 05:22:53 -04:00
{
Use prod build for e2e tests (#432) Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2020-08-19 16:43:56 -04:00
"baseUrl"
:
"http://127.0.0.1:3001/"
,
Fix firefox e2e runs (#356) * Increase cypress default command wait time * remove firefox hack from cypress.json
2020-07-25 14:25:33 -04:00
"defaultCommandTimeout"
:
15000
,
Disabled videos in cypress CI config (#436) While running tests, cypress records videos of each one and processes them afterwards. This needs some resources we could save to reduce the CI runtime as we don't use or upload these videos.
2020-08-19 16:35:37 -04:00
"video"
:
false
added e2e tests (#298) - added e2e tests for - banner - history - intro - language - link - added e2e workflow - added cypress badge to README
2020-07-16 05:22:53 -04:00
}
Reference in a new issue
Copy permalink