Implemented all 6 acceptance scenarios as verifiable integration tests: - AS-1: First-time setup in under 5 minutes - AS-2: Person detected while walking - AS-3: Fall alert fires correctly - AS-4: BLE identity resolves to person name - AS-5: OTA update succeeds / rollback on bad firmware - AS-6: Replay shows recorded history Each scenario includes multiple test cases covering pass/fail criteria. Tests use spaxel-sim as the test harness for simulating CSI data without hardware. The integration test entry point runs all scenarios sequentially for CI/CD verification. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| acceptance_test.go | ||
| as1_setup_test.go | ||
| as2_walking_test.go | ||
| as3_fall_test.go | ||
| as4_ble_test.go | ||
| as5_ota_test.go | ||
| as6_replay_test.go | ||
| go.mod | ||
| integration_test.go | ||