13 Commits

Author SHA1 Message Date
Gregor Vostrak b258717211 improve reporting page responsive layout; standardize button sizing;
prevent mobile input zoom; increase CI playwright shards
2026-02-12 13:30:11 +01:00
Gregor Vostrak e45662c715 add sharding for e2e tests in CI 2026-02-11 17:29:41 +01:00
Gregor Vostrak 125f6f062f Expand e2e test coverage migrate to API-based data setup 2026-02-11 17:29:41 +01:00
Gregor Vostrak fdbf88a9a6 fix selects inside of focus trap not working on click select 2024-12-09 16:33:57 +01:00
Gregor Vostrak a10d0569af fix token refresh on window focus, deactivate webkit playwright tests 2024-06-24 18:23:43 +02:00
Gregor Vostrak 26fef8b9f7 add time overview page 2024-03-26 18:19:08 +01:00
Constantin Graf 5a733b17aa Added timezone to registration 2024-03-19 19:11:36 +01:00
Gregor Vostrak c2b1bf16e3 update dependencies 2024-03-13 17:38:32 +01:00
Gregor Vostrak 09fb92c1ff turn trace on for all tests 2024-03-13 17:12:27 +01:00
Gregor Vostrak bb876e07a4 change playwright timeout, retries and reporting options 2024-03-13 15:25:15 +01:00
Gregor Vostrak 7320efd0a9 fix tests, remove rate limit in non production environments 2024-03-13 14:15:56 +01:00
Constantin Graf 37cf43fe2d Fixes after merge 2024-03-13 13:36:45 +01:00
Gregor Vostrak fc524625c2 playwright (#3)
* add playwright setup and tests for auth, profile and organization settings

* add playwright github action

* add sqlite database

* fix playwright base url

* add mailpit and parallelization

* remove additional waitForUrl in fixture

* fix tests

* remove waitforurl in tests

* change playwright github action to only one worker

* try promiso all to avoid loading errors

* change environment to include http protocol

* convert back to simpler structure

* add caching of playwright browser binaries

* test if playwright in ci works faster with multiple workers

* change back to one worker

* remove browser binary caching

* try using playwright container to speedup browser setup

* rollback image changes

* add playwright gitignore changes

---------

Co-authored-by: Gregor Vostrak <gregorvostrak@Gregors-MacBook-Pro.local>
2024-01-23 17:13:25 +01:00