Skip to content

chore(site): update @playwright/test to version 1.47.2 #14912

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

Merged
merged 3 commits into from
Oct 1, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
shfmt
  • Loading branch information
mafredri committed Oct 1, 2024
commit 1f4792c3d466d265032367d6491cc28e04c80ab5
10 changes: 5 additions & 5 deletions scripts/remote_playwright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ main() {
# shellcheck disable=SC2029 # This is intended to expand client-side.
playwright_version=$(
ssh "coder.${workspace}" \
"cat '${coder_repo}'/site/pnpm-lock.yaml | grep \"^ '@playwright/test@\"" \
| cut -d '@' -f 3 \
| tr -d ":'" \
| sort -V \
| tail -n 1
"cat '${coder_repo}'/site/pnpm-lock.yaml | grep \"^ '@playwright/test@\"" |
cut -d '@' -f 3 |
tr -d ":'" |
sort -V |
tail -n 1
)

echo "Found Playwright version ${playwright_version}..."
Expand Down
Loading