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>
5 lines
105 B
Modula-2
5 lines
105 B
Modula-2
module github.com/spaxel/acceptance
|
|
|
|
go 1.25.0
|
|
|
|
replace github.com/spaxel/mothership => ../../mothership
|