agent-orchestrator/v2/tests/e2e/tsconfig.json
Hibryda 8bc8a1a33d feat(e2e): add Phase A scenarios, fixtures, and results store
7 human-authored test scenarios (22 tests) using data-testid
selectors. Test fixture generator for isolated environments.
JSON results store (no native deps). WebDriverIO config updated
with TCP readiness probe and multi-spec support.
2026-03-12 11:10:50 +01:00

11 lines
271 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ESNext",
"types": ["@wdio/mocha-framework", "@wdio/globals/types"],
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["specs/**/*.ts", "*.ts"]
}