Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @playwright/test from 1.47.2 to 1.49.1 #2125

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1-jammy
with:
args: env HOME=/root npx playwright test integration --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }} --retries 4

Expand Down Expand Up @@ -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.1-jammy
with:
args: env HOME=/root npx playwright test visual-regression --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }} --retries 4

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# Stage: intlc environment
#
FROM --platform=linux/amd64 debian:12.8-slim AS intlc

Check warning on line 17 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build image

FROM --platform flag should not use a constant value

FromPlatformFlagConstDisallowed: FROM --platform flag should not use constant value "linux/amd64" More info: https://docs.docker.com/go/dockerfile/rule/from-platform-flag-const-disallowed/
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8
WORKDIR /app
Expand Down Expand Up @@ -71,7 +71,7 @@
#
# Stage: Integration test environment
#
FROM mcr.microsoft.com/playwright:v1.47.2-jammy AS test-integration
FROM mcr.microsoft.com/playwright:v1.49.1-jammy AS test-integration
WORKDIR /app

COPY --from=npm-dev /app/ .
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@fast-check/jest": "^2.0.3",
"@ibm/plex": "^6.4.1",
"@open-wc/testing": "^4.0.0",
"@playwright/test": "^1.47.2",
"@playwright/test": "^1.49.1",
"@prettier/plugin-xml": "^3.4.1",
"@rollup/plugin-url": "^8.0.2",
"@tiptap/core": "^2.10.3",
Expand Down
Loading