From ee04bb4968a2deda326bfee27f2a8f8129851d23 Mon Sep 17 00:00:00 2001 From: Jayasanka Weerasinghe <33048395+jayasanka-sack@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:16:33 +0530 Subject: [PATCH 1/5] Bump playwright version of playwright.Dockerfile --- e2e/support/bamboo/playwright.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/support/bamboo/playwright.Dockerfile b/e2e/support/bamboo/playwright.Dockerfile index 4fd9020ac..4249fd493 100644 --- a/e2e/support/bamboo/playwright.Dockerfile +++ b/e2e/support/bamboo/playwright.Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.39.0-jammy +FROM mcr.microsoft.com/playwright:v1.40.1-jammy ARG USER_ID ARG GROUP_ID From 06b29968ca19446cad1154396a8d93a41233978c Mon Sep 17 00:00:00 2001 From: Jayasanka Weerasinghe <33048395+jayasanka-sack@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:39:12 +0530 Subject: [PATCH 2/5] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1f34a76cd..63118690e 100644 --- a/README.md +++ b/README.md @@ -212,3 +212,8 @@ The tag should be prefixed with `v` (e.g., `v3.2.1`), while the release title sh For documentation about our design patterns, please visit our design system documentation website. +## Bumping Playwright Version + +Be sure to update the Playwright version in the [Bamboo Playwright Docker image](e2e/support/bamboo/playwright.Dockerfile) whenever making version changes. +Also, ensure you specify the exact 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. + From 4e2960df1162bf7ca60a1e3fb7098f82c2011280 Mon Sep 17 00:00:00 2001 From: Jayasanka Weerasinghe <33048395+jayasanka-sack@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:39:26 +0530 Subject: [PATCH 3/5] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 63118690e..98f4cbb3c 100644 --- a/README.md +++ b/README.md @@ -216,4 +216,3 @@ For documentation about our design patterns, please visit our design system docu Be sure to update the Playwright version in the [Bamboo Playwright Docker image](e2e/support/bamboo/playwright.Dockerfile) whenever making version changes. Also, ensure you specify the exact 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. - From da1d453109aa4058d8f4893f6f8100738714b843 Mon Sep 17 00:00:00 2001 From: Jayasanka Weerasinghe <33048395+jayasanka-sack@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:41:59 +0530 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98f4cbb3c..3990870ad 100644 --- a/README.md +++ b/README.md @@ -215,4 +215,4 @@ For documentation about our design patterns, please visit our design system docu ## Bumping Playwright Version Be sure to update the Playwright version in the [Bamboo Playwright Docker image](e2e/support/bamboo/playwright.Dockerfile) whenever making version changes. -Also, ensure you specify the exact 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. +Also, ensure you specify the 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. From baf8937e15e4269792cf36fd38018f5eefa65d0b Mon Sep 17 00:00:00 2001 From: Jayasanka Weerasinghe <33048395+jayasanka-sack@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:42:53 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3990870ad..c1c5a44c1 100644 --- a/README.md +++ b/README.md @@ -215,4 +215,4 @@ For documentation about our design patterns, please visit our design system docu ## Bumping Playwright Version Be sure to update the Playwright version in the [Bamboo Playwright Docker image](e2e/support/bamboo/playwright.Dockerfile) whenever making version changes. -Also, ensure you specify the 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. +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.