Add GitHub Pages prober

This commit is contained in:
Przemek Więch
2026-07-03 23:39:16 +02:00
parent 6af745ca3d
commit f28dfbf21d
11 changed files with 191 additions and 4 deletions

View File

@@ -103,6 +103,7 @@
"test:visual": "playwright test --project=visual",
"test:visual:update": "playwright test --project=visual --update-snapshots",
"test:visual:ui": "playwright test --project=visual --ui",
"test:probers": "playwright test --config=playwright.prober.config.ts",
"check:all": "prettier --check \"{src,tests}/**/*.{ts,tsx,json}\" && npm run lint && npm run build && npm test && tsc -p tests/tsconfig.json --noEmit && npm run test:e2e && npm run test:visual"
},
"homepage": ".",