Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b64d2e7

Browse files
Update dependency @playwright/test to v1.41.0 (#12150)
* Update dependency @playwright/test to v1.41.0 * Update end-to-end-tests.yaml * Update end-to-end-tests.yaml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <[email protected]>
1 parent 993a702 commit b64d2e7

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

.github/workflows/end-to-end-tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,17 @@ jobs:
9393
run: yarn install --frozen-lockfile
9494

9595
- name: Get installed Playwright version
96-
run: echo "PLAYWRIGHT_VERSION=$(yarn info @playwright/test -A --json | jq -r .data.version)" >> $GITHUB_ENV
96+
id: playwright
97+
working-directory: matrix-react-sdk
98+
run: echo "version=$(yarn list --pattern @playwright/test --depth=0 --json --non-interactive --no-progress | jq -r '.data.trees[].name')" >> $GITHUB_OUTPUT
9799

98100
- name: Cache playwright binaries
99101
uses: actions/cache@v3
100102
id: playwright-cache
101103
with:
102104
path: |
103105
~/.cache/ms-playwright
104-
key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }}
106+
key: ${{ runner.os }}-playwright-${{ steps.playwright.outputs.version }}
105107

106108
- name: Install Playwright browsers
107109
if: steps.playwright-cache.outputs.cache-hit != 'true'

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,11 +2026,11 @@
20262026
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
20272027

20282028
"@playwright/test@^1.40.1":
2029-
version "1.40.1"
2030-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.40.1.tgz#9e66322d97b1d74b9f8718bacab15080f24cde65"
2031-
integrity sha512-EaaawMTOeEItCRvfmkI9v6rBkF1svM8wjl/YPRrg2N2Wmp+4qJYkWtJsbew1szfKKDm6fPLy4YAanBhIlf9dWw==
2029+
version "1.41.0"
2030+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.41.0.tgz#b083e976295f1fe039c15d451c66554d7f37278c"
2031+
integrity sha512-Grvzj841THwtpBOrfiHOeYTJQxDRnKofMSzCiV8XeyLWu3o89qftQ4BCKfkziJhSUQRd0utKhrddtIsiraIwmw==
20322032
dependencies:
2033-
playwright "1.40.1"
2033+
playwright "1.41.0"
20342034

20352035
"@radix-ui/[email protected]":
20362036
version "1.0.1"
@@ -7561,17 +7561,17 @@ pkg-dir@^4.2.0:
75617561
dependencies:
75627562
find-up "^4.0.0"
75637563

7564-
playwright-core@1.40.1:
7565-
version "1.40.1"
7566-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.40.1.tgz#442d15e86866a87d90d07af528e0afabe4c75c05"
7567-
integrity sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==
7564+
playwright-core@1.41.0:
7565+
version "1.41.0"
7566+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.41.0.tgz#dbda9c3948df28a8deae76cc90b424e47174f9d7"
7567+
integrity sha512-UGKASUhXmvqm2Lxa1fNr8sFwAtqjpgBRr9jQ7XBI8Rn5uFiEowGUGwrruUQsVPIom4bk7Lt+oLGpXobnXzrBIw==
75687568

7569-
playwright@1.40.1:
7570-
version "1.40.1"
7571-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.40.1.tgz#a11bf8dca15be5a194851dbbf3df235b9f53d7ae"
7572-
integrity sha512-2eHI7IioIpQ0bS1Ovg/HszsN/XKNwEG1kbzSDDmADpclKc7CyqkHw7Mg2JCz/bbCxg25QUPcjksoMW7JcIFQmw==
7569+
playwright@1.41.0:
7570+
version "1.41.0"
7571+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.41.0.tgz#77ab5f3a5fde479522167f74a5070e72ce884bff"
7572+
integrity sha512-XOsfl5ZtAik/T9oek4V0jAypNlaCNzuKOwVhqhgYT3os6kH34PzbRb74F0VWcLYa5WFdnmxl7qyAHBXvPv7lqQ==
75737573
dependencies:
7574-
playwright-core "1.40.1"
7574+
playwright-core "1.41.0"
75757575
optionalDependencies:
75767576
fsevents "2.3.2"
75777577

0 commit comments

Comments
 (0)