Commit Graph

8 Commits

Author SHA1 Message Date
Simon Larsen
2a8c45cea0
refactor: Improve page load performance with lazy loading for images 2024-06-21 18:04:09 +01:00
Simon Larsen
24d9219a62
refactor: Update retries value in playwright.config.ts
This commit updates the retries value in the playwright.config.ts file. The previous value was determined based on the environment variable "CI", but it has been changed to a fixed value of 3. This change ensures that the tests are retried up to 3 times, improving the reliability of the test suite.
2024-06-14 19:38:03 +01:00
Simon Larsen
70a2a3993b
refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Simon Larsen
da623d4d34
increase timeout 2024-06-14 10:00:03 +01:00
Simon Larsen
1516f81180
Refactor E2E configuration and Docker Compose file 2024-04-25 15:07:33 +01:00
Simon Larsen
ecfc47ee59
Update dependencies and test directory in E2E package files 2024-04-25 13:50:33 +01:00
Simon Larsen
dab7f81073
Add devDependency @types/node to package.json and update playwright.config.ts 2023-12-12 16:13:22 +00:00
Simon Larsen
01c3b9e8be
Remove unused files and dependencies 2023-12-12 15:03:08 +00:00