mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-21 11:18:08 +00:00
- Add HTML response tests for missions index (checks mission cards rendered) - Add game page tests (checks game container and config injection) - Add API endpoint tests: * scenario endpoint returns JSON scenario data * bootstrap endpoint returns complete game state * sync_state endpoint updates player position * unlock endpoint validates and rejects invalid attempts * inventory endpoint adds items to player inventory - Fix inventory API to use action_type instead of reserved 'action' param All 23 tests passing with 64 assertions verifying server returns correct data!