Merge branch 'main' into feature/ganttastic

# Conflicts:
#	src/main.ts
#	yarn.lock
This commit is contained in:
Dominik Pschenitschni 2022-09-27 16:14:12 +02:00
commit 879dfb74b6
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
204 changed files with 16045 additions and 15522 deletions

View file

@ -36,7 +36,7 @@ to get a shell inside the cypress container.
In that shell you can then execute the tests with
```shell
yarn test:frontend
pnpm run test:frontend
```
### Using The Cypress Dashboard
@ -44,5 +44,5 @@ yarn test:frontend
To open the Cypress Dashboard and run tests from there, run
```shell
yarn cypress:open
pnpm run cypress:open
```