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 committed by DexterFromLab
parent 51abc6ee34
commit 8bc8a1a33d
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"]
}