File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,11 @@ ENV PATH="/opt/google-cloud-sdk/bin:${PATH}"
7878# ============ GO SWAGGER (for apiv2) ============
7979RUN go install github.com/go-swagger/go-swagger/cmd/swagger@v0.31.0
8080
81- # ============ PLAYWRIGHT BROWSERS ============
82- RUN npx playwright install chromium && npx playwright install-deps
81+ # ============ PLAYWRIGHT ============
82+ # Install @playwright/test and related packages globally, then install matching browsers
83+ RUN npm install -g @playwright/test monocart-reporter coveralls && \
84+ npx playwright install chromium && \
85+ npx playwright install-deps
8386
8487# Remove packages that conflict with our setup
8588RUN apt-get update && apt-get remove -y apache2* sendmail* mlocate php-ssh2 || true && rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments