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.
This commit is contained in:
Hibryda 2026-03-12 02:52:14 +01:00
parent 2746b34f83
commit c6c38b91c6
5 changed files with 701 additions and 10 deletions

View file

@ -7,5 +7,5 @@
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["specs/**/*.ts"]
"include": ["specs/**/*.ts", "*.ts"]
}