1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 10:43:47 +00:00

Create playwright scenes framework

This is a client-side implementation of the db recipes seeding framework for bitwarden server
This commit is contained in:
Matt Gibson
2025-10-07 17:00:49 -07:00
parent b51002a345
commit 5c19a7c9dd
18 changed files with 253 additions and 0 deletions

1
.github/CODEOWNERS vendored
View File

@@ -219,3 +219,4 @@ apps/web/src/locales/en/messages.json
**/jest.config.js @bitwarden/team-platform-dev
**/project.jsons @bitwarden/team-platform-dev
libs/pricing @bitwarden/team-billing-dev
libs/playwright-scenes @bitwarden/team-architecture