init project

This commit is contained in:
root
2026-06-25 19:06:59 -04:00
parent c5dfee6efb
commit 5d017f533a
349 changed files with 31330 additions and 0 deletions
@@ -0,0 +1,9 @@
Test_type,Path,Coverage,Artifact_status,Execution_status
Unit,tests/unit/components/actions.test.tsx,Button loading/name; icon-only label; disabled destination,Authored,Not executed: package manager unavailable
Unit,tests/unit/components/controls.test.tsx,Tabs keyboard; accordion semantics,Authored,Not executed
Unit,tests/unit/components/forms.test.tsx,Label/help/error relationships; summary links,Authored,Not executed
Unit,tests/unit/components/evidence.test.tsx,Evidence production suppression,Authored,Not executed
Type-level,tests/types/component-contracts.test-d.tsx,Icon-only label and metric model,Authored,Not executed
Browser,tests/browser/component-system.spec.ts,Locale/RTL/reflow/keyboard/dialog focus,Authored,Not executed
Accessibility,tests/a11y/component-system.a11y.spec.ts,Axe on en/fr/ar fixture,Authored,Not executed
Visual,tests/visual/component-system.visual.spec.ts,"en-light, fr-dark, ar-dark/mobile",Authored,Baselines not generated or approved
1 Test_type Path Coverage Artifact_status Execution_status
2 Unit tests/unit/components/actions.test.tsx Button loading/name; icon-only label; disabled destination Authored Not executed: package manager unavailable
3 Unit tests/unit/components/controls.test.tsx Tabs keyboard; accordion semantics Authored Not executed
4 Unit tests/unit/components/forms.test.tsx Label/help/error relationships; summary links Authored Not executed
5 Unit tests/unit/components/evidence.test.tsx Evidence production suppression Authored Not executed
6 Type-level tests/types/component-contracts.test-d.tsx Icon-only label and metric model Authored Not executed
7 Browser tests/browser/component-system.spec.ts Locale/RTL/reflow/keyboard/dialog focus Authored Not executed
8 Accessibility tests/a11y/component-system.a11y.spec.ts Axe on en/fr/ar fixture Authored Not executed
9 Visual tests/visual/component-system.visual.spec.ts en-light, fr-dark, ar-dark/mobile Authored Baselines not generated or approved