Adding e2e testing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM mcr.microsoft.com/playwright/python:v1.45.0-jammy
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
COPY tests/e2e/requirements.txt /tmp/e2e-requirements.txt
|
||||
RUN pip install --no-cache-dir -r /tmp/e2e-requirements.txt
|
||||
Reference in New Issue
Block a user