WIP: Add test

This commit is contained in:
vorotamoroz
2026-05-14 16:06:17 +01:00
parent 02580b2cad
commit bba0a27735
9 changed files with 268 additions and 98 deletions
-1
View File
@@ -15,7 +15,6 @@ export default defineConfig({
retries: 0,
reporter: [["list"], ["html", { open: "never", outputFolder: path.join(__dirname, "playwright-report") }]],
use: {
// Artefacts are kept only when a test fails.
screenshot: "only-on-failure",