|
24 | 24 | - "tests/production-boundary-enforcement.test.ts" |
25 | 25 | - "tests/runtime-tool-policy.test.ts" |
26 | 26 | - "tests/browser-canonical-preview-origin.test.ts" |
| 27 | + - "tests/browser-adaptive-exploration.test.ts" |
| 28 | + - "packages/runtime-core/src/browser-adaptive-exploration.ts" |
27 | 29 | - "packages/runtime-playground/src/browser-actions-runner.ts" |
| 30 | + - "packages/runtime-playground/src/browser-adaptive-explorer.ts" |
28 | 31 | - "packages/runtime-playground/src/browser-artifacts.ts" |
29 | 32 | - "packages/runtime-playground/src/browser-multi-actor-scenario-runner.ts" |
30 | 33 | - "packages/runtime-playground/src/browser-preview-routing.ts" |
|
65 | 68 | - "tests/production-boundary-enforcement.test.ts" |
66 | 69 | - "tests/runtime-tool-policy.test.ts" |
67 | 70 | - "tests/browser-canonical-preview-origin.test.ts" |
| 71 | + - "tests/browser-adaptive-exploration.test.ts" |
| 72 | + - "packages/runtime-core/src/browser-adaptive-exploration.ts" |
68 | 73 | - "packages/runtime-playground/src/browser-actions-runner.ts" |
| 74 | + - "packages/runtime-playground/src/browser-adaptive-explorer.ts" |
69 | 75 | - "packages/runtime-playground/src/browser-artifacts.ts" |
70 | 76 | - "packages/runtime-playground/src/browser-multi-actor-scenario-runner.ts" |
71 | 77 | - "packages/runtime-playground/src/browser-preview-routing.ts" |
@@ -108,6 +114,7 @@ jobs: |
108 | 114 | - name: Install Playwright Chromium |
109 | 115 | run: npx playwright install --with-deps chromium |
110 | 116 | - run: npm run build |
| 117 | + - run: npm run test:browser-accessibility-oracles |
111 | 118 | - run: npm run test:agent-task-contracts |
112 | 119 | - run: npm run test:browser-canonical-preview-origin |
113 | 120 | - run: npm run test:bounded-runtime-plan |
|
0 commit comments