feat(test): implement Playwright E2E and Dockerized testing infrastructure
Some checks failed
Build SilverBullet Plug / build (push) Has been cancelled

This commit is contained in:
2026-02-21 13:13:06 -08:00
parent 29ce643ac1
commit 90ab92421a
17 changed files with 5202 additions and 99 deletions

View File

@@ -1,5 +1,6 @@
{
"dependencies": {
"playwright": "^1.58.2"
"playwright": "^1.58.2",
"@playwright/test": "^1.58.2"
}
}