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

@@ -24,7 +24,7 @@ export default defineConfig({
projects: [
{
name: 'e2e',
testIgnore: '*_visual.spec.ts',
testIgnore: ['*_visual.spec.ts', 'probers/**'],
use: {
...devices['Desktop Chrome'],
},