Add docker container prober

This commit is contained in:
Przemek Więch
2026-07-03 23:55:08 +02:00
parent 0cf16fa6e2
commit 31c3f4698b
5 changed files with 142 additions and 0 deletions

View File

@@ -25,6 +25,11 @@ export default defineConfig({
projects: [
{
name: 'prober',
// docker.spec.ts is excluded from local runs (npm run test:probers)
// because it requires a running Docker container. The CI workflow
// explicitly passes docker.spec.ts as an argument, which overrides
// testIgnore.
testIgnore: 'docker.spec.ts',
use: {
...devices['Desktop Chrome'],
},