Skip to content

Commit 771d3cc

Browse files
gustavoliraclaude
andauthored
fix(e2e): add orchestrator glob to SHOWCASE_K8S testIgnore (backport from #4327) (#4406)
Backport the playwright config fix from PR #4327 to release-1.9. Adds orchestrator/**/*.spec.ts glob pattern to SHOWCASE_K8S testIgnore to properly exclude all orchestrator tests in K8S test runs. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f6dee0f commit 771d3cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

e2e-tests/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ export default defineConfig({
142142
"**/playwright/e2e/github-happy-path.spec.ts",
143143
"**/playwright/e2e/dynamic-home-page-customization.spec.ts",
144144
"**/playwright/e2e/plugins/scorecard/scorecard.spec.ts",
145+
"**/playwright/e2e/plugins/orchestrator/**/*.spec.ts",
145146
],
146147
},
147148
{

0 commit comments

Comments
 (0)