From 97cb84f8cb9f6d3df57621aae7934541f6d1d79b Mon Sep 17 00:00:00 2001 From: prereview-bot Date: Thu, 5 Dec 2024 12:06:57 +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 2b340d102..ef443e07b 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.49.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.49.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 bbadbae68..48e9be6d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,7 @@ RUN npm run build:assets && npm run build:app # # Stage: Integration test environment # -FROM mcr.microsoft.com/playwright:v1.47.2-jammy AS test-integration +FROM mcr.microsoft.com/playwright:v1.49.0-jammy AS test-integration WORKDIR /app COPY --from=npm-dev /app/ . diff --git a/package-lock.json b/package-lock.json index 462c6b3d5..d60ca2fc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19456,6 +19456,7 @@ "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.0.tgz", "integrity": "sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==", "dev": true, + "license": "Apache-2.0", "dependencies": { "playwright-core": "1.49.0" }, @@ -19474,6 +19475,7 @@ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.0.tgz", "integrity": "sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==", "dev": true, + "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" },