aboutsummaryrefslogtreecommitdiffstats
path: root/cypress.config.ts
Commit message (Collapse)AuthorAgeFilesLines
* test(cypress): don't apply changes in CIRichard Steinmetz2024-06-161-1/+4
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* chore: Add SPDX headerAndy Scherzinger2024-05-101-0/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: add cypress video recordingskjnldsv2024-04-041-0/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* test(cypress): Scroll element in the center of the viewLouis Chemineau2024-03-141-0/+4
| | | | | | | This avoid elements to be hided by a fixed top bar. Especially useful for the file list. Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat(cypress): Always run cypress CI in parallel (independent from cypress.io)Ferdinand Thiessen2023-10-211-12/+13
| | | | | | | | The server always exceeds the free Cypress.io time so there is no benefit using it unless we go for the enterprise plan. So this simply uses `cypress-split` to split the specs and run them in parallel CI workers (only e2e tests). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Make sure cypress can preprocess files corrently (this drops ↵Ferdinand Thiessen2023-08-021-4/+5
| | | | | | 78 dependencies) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: upgrade typescript, eslint and fix lintJohn Molakvoæ2023-06-271-2/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(deps): update cypressJohn Molakvoæ2023-04-211-3/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Do not stop docker in cypress workflowLouis Chemineau2023-03-301-1/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat(files): Quota in navigationJohn Molakvoæ2023-01-171-0/+14
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add component testingJohn Molakvoæ2023-01-041-1/+29
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Extract colour from custom backgroundJohn Molakvoæ2022-11-291-0/+85
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>