mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
[PR #6380] [MERGED] Playwright against abitrary web-vault #16614
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/6380
Author: @Timshel
Created: 10/20/2025
Status: ✅ Merged
Merged: 11/11/2025
Merged by: @dani-garcia
Base:
main← Head:playwright📝 Commits (2)
a455519Playwright improvementseac72a0Playwright fix for the extension setup📊 Changes
13 files changed (+204 additions, -242 deletions)
View changed files
📝
playwright/README.md(+4 -2)📝
playwright/compose/warden/build.sh(+8 -7)📝
playwright/docker-compose.yml(+3 -2)📝
playwright/global-utils.ts(+19 -3)📝
playwright/package-lock.json(+126 -202)📝
playwright/package.json(+4 -4)📝
playwright/test.env(+3 -2)📝
playwright/tests/login.smtp.spec.ts(+3 -0)📝
playwright/tests/organization.smtp.spec.ts(+9 -5)📝
playwright/tests/setups/2fa.ts(+1 -1)📝
playwright/tests/setups/sso.ts(+9 -5)📝
playwright/tests/setups/user.ts(+6 -3)📝
playwright/tests/sso_organization.smtp.spec.ts(+9 -6)📄 Description
The main goal of this PR is to modify the build script to allow pointing directly to a version of vw_web_build instead of a bw_web_builds.
This should allow to easily test unreleased web vault.
Added some other improvements and started to fix the tests for the
10.0client but between the extension spam and https://github.com/dani-garcia/vaultwarden/pull/6364 they will remain broken.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.