aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/dockerNode.ts
Commit message (Collapse)AuthorAgeFilesLines
* test(cypress): Do not run cron in ajax modeLouis Chemineau2024-03-141-0/+2
| | | | | | This prevent random slowdown during tests, making them more reliable, and faster. Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(cypress): Add timeout for waiting on Nextcloud serverFerdinand Thiessen2023-11-031-1/+9
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Also sync `3rdparty` directory for local cypress testsFerdinand Thiessen2023-10-191-0/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Improve dockerNode loggingFerdinand Thiessen2023-10-181-23/+33
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(CI): Fix server setup in cypress by overwriting all files in shallow-serverJoas Schilling2023-10-091-0/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Prevent expiration from delete file in cypress testsLouis Chemineau2023-03-301-1/+0
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add cypress testsLouis Chemineau2023-01-261-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Forward branch env var to the cypress containerLouis Chemineau2023-01-261-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use current git branch by default when setting up cypress containerLouis Chemineau2023-01-181-1/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat(files): Quota in navigationJohn Molakvoæ2023-01-171-3/+8
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix preview cropJohn Molakvoæ2023-01-041-4/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Checkout current branch in cypress tests in CILouis Chemineau2022-12-271-0/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Extract colour from custom backgroundJohn Molakvoæ2022-11-291-0/+243
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>