From fa2636e8b1381602f727bb53750ffcccf223701a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemek=20Wi=C4=99ch?= Date: Sat, 4 Jul 2026 00:04:40 +0200 Subject: [PATCH] Fix docker prober --- package.json | 2 +- playwright.prober.config.ts | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 7705c5f..4ded353 100644 --- a/package.json +++ b/package.json @@ -103,7 +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", + "test:probers": "playwright test --config=playwright.prober.config.ts gh-pages-gedcom.spec.ts wikitree.spec.ts wikitree-cors-gedcom.spec.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": ".", diff --git a/playwright.prober.config.ts b/playwright.prober.config.ts index 7b3bcfc..213ad64 100644 --- a/playwright.prober.config.ts +++ b/playwright.prober.config.ts @@ -25,11 +25,6 @@ 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'], },