Skip to content

Commit

Permalink
install chromium for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeri Kuzmin, Vadim Vohmjanin committed Aug 24, 2023
1 parent 26b8311 commit 4a9f645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node:18-alpine as build
RUN apk add --no-cache chromium

ENV DUMP_CHROME_OUT=true
ENV TEST_CHROME_ARGS='--no-sandbox --disable-dev-shm-usage --disable-gpu --disable-gpu-compositing --disable-gpu-rasterization'
Expand Down
2 changes: 1 addition & 1 deletion e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd `dirname $0`

# npx playwright install-deps
npx playwright install-deps

cp -r i18n ../build
cd ../build
Expand Down

0 comments on commit 4a9f645

Please sign in to comment.