We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1583ee9 commit b524ec5Copy full SHA for b524ec5
Dockerfile.base
@@ -80,7 +80,8 @@ RUN go install github.com/go-swagger/go-swagger/cmd/swagger@v0.31.0
80
81
# ============ PLAYWRIGHT ============
82
# Install @playwright/test and related packages globally, then install matching browsers
83
-RUN npm install -g @playwright/test monocart-reporter coveralls && \
+# Version MUST match the version in iznik-nuxt3/package.json
84
+RUN npm install -g @playwright/test@1.52.0 monocart-reporter coveralls && \
85
npx playwright install chromium && \
86
npx playwright install-deps
87
0 commit comments