You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce Playwright discovery scope and prevent broad filesystem scans during targeted lane execution - PR_26146_032-playwright-discovery-scope-and-scan-reduction
| target spec | tests/playwright/integration/GameIndexPreviewManifestResolution.spec.mjs | PASS | Explicit target is inside the selected discovery lane scope. |
12
+
| target spec | tests/playwright/tools/AssetManagerV2.spec.mjs | PASS | Explicit target is inside the selected discovery lane scope. |
13
+
| target spec | tests/playwright/tools/CollisionInspectorV2.spec.mjs | PASS | Explicit target is inside the selected discovery lane scope. |
14
+
| target spec | tests/playwright/tools/PreviewGeneratorV2Baseline.spec.mjs | PASS | Explicit target is inside the selected discovery lane scope. |
15
+
| required shared helper | tests/helpers/playwrightRepoServer.mjs | PASS | Required shared helper was resolved from targeted spec imports. |
16
+
| required shared helper | tests/helpers/playwrightStorageIsolation.mjs | PASS | Required shared helper was resolved from targeted spec imports. |
17
+
| required shared helper | tests/helpers/playwrightV8CoverageReporter.mjs | PASS | Required shared helper was resolved from targeted spec imports. |
18
+
| required shared helper | tests/helpers/workspaceV2CoverageReporter.mjs | PASS | Required shared helper was resolved from targeted spec imports. |
19
+
| required fixture | games/Asteroids/game.manifest.json | PASS | Explicit fixture was resolved from lane configuration or targeted file references. |
20
+
| required fixture | games/GravityWell/game.manifest.json | PASS | Explicit fixture was resolved from lane configuration or targeted file references. |
21
+
| required fixture | games/Pong/game.manifest.json | PASS | Explicit fixture was resolved from lane configuration or targeted file references. |
22
+
| required fixture | tests/fixtures/workspace-v2/uat.manifest.json | PASS | Explicit fixture was resolved from lane configuration or targeted file references. |
23
+
24
+
## Scope Guard
25
+
26
+
- Targeted lane discovery must use explicit spec files instead of lane-directory targets.
27
+
- Required shared helpers must be resolved from targeted imports.
28
+
- Required fixtures must come from lane configuration or targeted file references.
29
+
- Unaffected Workspace/global lanes must remain outside targeted discovery scope.
30
+
- Ownership failures are deterministic blockers and do not trigger fallback discovery expansion.
0 commit comments