test: add tests for mitarbeiter functionality
Some checks failed
Playwright Tests / test (pull_request) Failing after 3m8s

This commit is contained in:
Jan K9f 2025-01-16 18:06:37 +01:00
commit ae78af5440
Signed by: jank
GPG key ID: 50620ADD22CD330B
2 changed files with 37 additions and 2 deletions

View file

@ -6,8 +6,6 @@ services:
postgres-employee:
container_name: postgres_employee
image: postgres:13.3
volumes:
- employee_postgres_data:/var/lib/postgresql/data
environment:
POSTGRES_DB: employee_db
POSTGRES_USER: employee