From 9d7ba74031bc4c61d838cc015025154028bf8025 Mon Sep 17 00:00:00 2001 From: prereview-bot Date: Wed, 13 Nov 2024 13:28: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 386c1db3e..22d9c00b0 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.2-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.2-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 589c9fe19..06aeece03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,7 @@ RUN npx run-s 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.2-jammy AS test-integration WORKDIR /app COPY --from=npm-dev /app/ . diff --git a/package-lock.json b/package-lock.json index 9d206b880..bff53a4d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21471,6 +21471,7 @@ "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.2.tgz", "integrity": "sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "playwright-core": "1.48.2" }, @@ -21489,6 +21490,7 @@ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.2.tgz", "integrity": "sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==", "dev": true, + "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" },