test: add frontend browser startup smoke coverage

This commit is contained in:
sjg
2026-08-01 20:19:27 +02:00
parent ee59d8efdd
commit 8aeca613aa
5 changed files with 123 additions and 1 deletions
@@ -13,6 +13,7 @@
"esbuild": "0.25.12",
"eslint": "9.39.2",
"globals": "16.5.0",
"playwright-core": "1.62.1",
"typescript": "5.9.3",
"typescript-eslint": "8.51.0"
},
@@ -1763,6 +1764,19 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/playwright-core": {
"version": "1.62.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.1.tgz",
"integrity": "sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"playwright-core": "cli.js"
},
"engines": {
"node": ">=20"
}
},
"node_modules/prelude-ls": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",