987 B
987 B
Manual QA — NEO-36 (read-only skill catalog HTTP)
Preconditions
- Server built and configured with default
Content:SkillsDirectorypointing at repocontent/skills(local dev /InMemoryWebApplicationFactorytests use the same layout).
Checklist
- Start
NeonSprawl.Server(e.g.dotnet runfromserver/NeonSprawl.Server). GET /game/world/skill-definitions— expect 200 andContent-Typecontainingapplication/json.- Parse JSON — expect
schemaVersion=== 1,skillsarray length 3. - Confirm
idvalues includeintrusion,refine,salvage(frozen prototype trio). - Spot-check
salvage:displayName“Salvage”,categorygather,allowedXpSourceKindsincludesactivityandmission_reward. - Optional: run
bruno/neon-sprawl-server/skill-definitions/Get skill definitions.bruagainst the samebaseUrl(seeenvironments/Local.bru).