mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Gradido End-to-End Testing with Playwright (CI-ready via Docker)
A sample setup to show-case Playwright (using Typescript) as an end-to-end testing tool for Gradido runniing in a Docker container. Here we have a simple UI-based happy path login test running against the DEV system.
Precondition
Since dependencies and configurations for Github Actions integration is not set up yet, please run in root directory
docker-compose up
to boot up the DEV system, before running the test.
Execute the test
# build a Docker image from the Dockerfile
docker build -t gradido_e2e-tests-playwright .
# run the Docker container and execute the given tests
docker run -it --network=host gradido_e2e-tests-playwright yarn playwright-e2e-tests