Skip to content

Commit 0f81b27

Browse files
(chore) Bump playwright version of Playwright Dockerfile (#858)
* Bump playwright version of playwright.Dockerfile * Update README.md * Update README.md * Update README.md * Update README.md
1 parent 9b84bb2 commit 0f81b27

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,7 @@ The tag should be prefixed with `v` (e.g., `v3.2.1`), while the release title sh
212212

213213
For documentation about our design patterns, please visit our design system documentation website.
214214

215+
## Bumping Playwright Version
216+
217+
Be sure to update the Playwright version in the [Bamboo Playwright Docker image](e2e/support/bamboo/playwright.Dockerfile) whenever making version changes.
218+
Also, ensure you specify fixed (pinned) versions of Playwright in the package.json file to maintain consistency between the Playwright version used in the Docker image for Bamboo test execution and the version used in the codebase.

e2e/support/bamboo/playwright.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.39.0-jammy
1+
FROM mcr.microsoft.com/playwright:v1.40.1-jammy
22

33
ARG USER_ID
44
ARG GROUP_ID

0 commit comments

Comments
 (0)