This commit is contained in:
parent
325e2f1ee9
commit
08e573d63c
17 changed files with 348 additions and 26 deletions
10
Dockerfile.playwright
Normal file
10
Dockerfile.playwright
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
FROM mcr.microsoft.com/playwright:v1.59.1-noble
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
COPY package.json playwright.config.ts ./
|
||||
COPY tests ./tests
|
||||
|
||||
RUN npm install --no-fund --no-audit
|
||||
|
||||
CMD ["npx", "playwright", "test"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue