First commit
This commit is contained in:
10
e2e-playwright/Dockerfile
Normal file
10
e2e-playwright/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM mcr.microsoft.com/playwright:v1.24.2-focal
|
||||
|
||||
COPY . /e2e-playwright
|
||||
|
||||
WORKDIR /e2e-playwright
|
||||
|
||||
RUN npm install
|
||||
RUN npx playwright install chrome
|
||||
|
||||
CMD [ "npx", "playwright", "test", "--reporter=list" ]
|
||||
Reference in New Issue
Block a user