runwave/agent/test: tests for agent parsing, model response handling, prompts, and the agent playtest loop.runwave/controller/test: tests for browser/session control, recording args, profiling, and controller cleanup behavior.runwave/protocol/test: tests for shared action schema constants and mark-grid helpers.stress-test/test: tests for orchestration, remote runner setup, process cleanup, and container args.runwave/test: top-levelrunwaveAPI and CLI tests, plus shared fixtures.
Run all tests:
npm run test:allRun all JavaScript tests:
npm testRun package-specific JavaScript tests:
npm run test:agent
npm run test:controller
npm run test:stress-testRun top-level runwave tests:
npm run test:runwaveRun the smoke test only:
npm run test:smokeRun Python package tests:
npm run test:py