From 8850e7035191a1a82a02a39fce9ce4c67a8885b5 Mon Sep 17 00:00:00 2001 From: prereview-bot Date: Thu, 10 Oct 2024 09:31:12 +0000 Subject: [PATCH] [dependabot skip] Fix Playwright versions --- .github/workflows/ci.yml | 4 ++-- Dockerfile | 2 +- package-lock.json | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82869be3c..643f5a32f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -300,7 +300,7 @@ jobs: - name: 'Run Playwright' id: 'playwright' - uses: docker://mcr.microsoft.com/playwright:v1.47.2-jammy + uses: docker://mcr.microsoft.com/playwright:v1.48.0-jammy with: args: env HOME=/root npx playwright test integration --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }} --retries 4 @@ -390,7 +390,7 @@ jobs: - name: 'Run Playwright' id: 'playwright' - uses: docker://mcr.microsoft.com/playwright:v1.47.2-jammy + uses: docker://mcr.microsoft.com/playwright:v1.48.0-jammy with: args: env HOME=/root npx playwright test visual-regression --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }} --retries 4 diff --git a/Dockerfile b/Dockerfile index 8e5761acb..b3ac45671 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,7 @@ RUN npx run-p build:assets build:app # # Stage: Integration test environment # -FROM mcr.microsoft.com/playwright:v1.47.2-jammy AS test-integration +FROM mcr.microsoft.com/playwright:v1.48.0-jammy AS test-integration WORKDIR /app COPY --from=npm-dev /app/ . diff --git a/package-lock.json b/package-lock.json index b95e80a5e..591da7941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21332,6 +21332,7 @@ "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.0.tgz", "integrity": "sha512-qPqFaMEHuY/ug8o0uteYJSRfMGFikhUysk8ZvAtfKmUK3kc/6oNl/y3EczF8OFGYIi/Ex2HspMfzYArk6+XQSA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "playwright-core": "1.48.0" }, @@ -21350,6 +21351,7 @@ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.0.tgz", "integrity": "sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA==", "dev": true, + "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" },