Creates a Dockerfile to run Playwright tests in a containerized environment.
This Dockerfile:
- Uses a Playwright base image.
- Installs dependencies.
- Installs Playwright browsers.
- Installs jq.
- Copies application code.
This ensures consistent and reproducible test execution across different environments.
Updates the Azure pipeline configuration to reference the relocated Dockerfile.
This ensures the pipeline correctly identifies and builds the Docker image, preventing build failures.
2025-04-08 13:04:26 -04:00
Renamed from playwright-tests/Dockerfile.playwright (Browse further)