mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 17:32:27 -05:00
[PR #6321] [MERGED] [Playwright] Improvements around node #36846
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6321
Author: @Timshel
Created: 9/23/2025
Status: ✅ Merged
Merged: 10/29/2025
Merged by: @dani-garcia
Base:
main← Head:improvements/playwright📝 Commits (2)
c3ea111Playwright node improvementsfc8e0b6Upgrade Keycloak compose to trixie📊 Changes
8 files changed (+400 additions, -226 deletions)
View changed files
📝
playwright/README.md(+1 -1)📝
playwright/compose/keycloak/Dockerfile(+7 -28)📝
playwright/compose/keycloak/setup.sh(+10 -2)📝
playwright/compose/playwright/Dockerfile(+4 -4)📝
playwright/docker-compose.yml(+4 -5)📝
playwright/global-utils.ts(+1 -1)📝
playwright/package-lock.json(+366 -178)📝
playwright/package.json(+7 -7)📄 Description
In the context of the latest supply chain attack on npm (Shai-Hulud).
npm installwithnpm ci --ignore-scriptsto use the lock file (in the doc and docker image).Additionally, updated the playwright docker image to
trixieand backported the Keycloak update from the role PR.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.