blob: 90bd9b5c1721c76943d825fff4ffa5be9e122564 [file]
FROM mcr.microsoft.com/playwright/python:v1.58.0-noble
RUN pip3 install --no-cache-dir --break-system-packages pytest pytest-playwright
COPY . /run/tests/e2e
WORKDIR /run/tests