Michael
Michael
### Description - Create a dockerfile for playwright tests to prevent installing it & browsers - Add layer caching to the docker-compose command used during Playwright tests (https://stackoverflow.com/questions/61491484/how-to-cache-docker-compose-build-inside-github-action) - Decouple...
### Description `development/azure-devops-mock`, `frontend/testing/cypress` and `frontend/testing/playwright` should be standalone packages ### Additional Information _No response_ ### Tasks _No response_ ### Acceptance Criterias _No response_
### Description Fix `tsconfig.json` files to make the `typecheck` command work per workspace ### Additional Information _No response_ ### Tasks _No response_ ### Acceptance Criterias _No response_
### Description of the bug We should ensure that data stored in localStorage are isolated from each other by including the userId, app, and/or org into the keys (e.g. `{org}-{userId}-{app}-selectedFormLayoutSetName`...