feat: more work on UI app

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-24 15:27:48 +02:00
parent 1b5a5008eb
commit 0b625491cf
17 changed files with 1786 additions and 1343 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "bds-ui-automation",
"private": true,
"devDependencies": {
"playwright": "^1.54.1"
},
"scripts": {
"ui:install": "playwright install chromium"
}
}