/
mumbys
/
testMTS
Обзор
Документация
Войти
/
mumbys
/
testMTS
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Dockerfile
14 строк
271 B
a.e.petin
first
13 апр 2024, 23:34
13 апр 2024, 23:34
c075408
Код
Авторство
О чём код?
FROM mcr.microsoft.com/playwright:focal # copy project (including tests) COPY . /e2e WORKDIR /e2e # Install dependencies RUN npm install # Install browsers RUN npx playwright install chrome # Run playwright test CMD [ "npx", "playwright", "test", "--reporter=list" ]