Commit graph

4 commits

Author SHA1 Message Date
maguire-arman
05e5060a5a remove jq 2025-05-29 14:22:15 -04:00
maguire-arman
8f88c84555 Adds Playwright Dockerfile
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.
2025-05-09 15:11:43 -04:00
Scott Kiener
32c55fd762 Revert "Merge pull request #2405 from Safelite/feature/CASH-480"
This reverts commit b2d0038e45, reversing
changes made to d509215643.
2025-04-30 10:03:16 -04:00
maguire-arman
888c235b27 Updates Dockerfile path in pipeline config
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)