aboutsummaryrefslogtreecommitdiffstats
path: root/cypress.config.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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>