Integration Testing

Guides end-to-end testing, mocking, and simulation for the Muni codebase. Use when writing integration tests, setting up test environments, creating mock CAN bus, testing WebSocket protocols, validating database fixtures, or debugging test failures. Covers Rust test patterns (tokio::test, integration tests), TypeScript testing (Vitest), mock infrastructure (Docker Compose for tests), CAN bus simulation, WebSocket test clients, database seeding, and Rerun recording validation. Essential for ensuring components work together correctly.

ecto 7bfb8eb 20.9 KB Updated

File contents

ecto/muni/tree/main/.claude/skills/integration-testing commit 7bfb8ebe29

Frequently asked questions

npx skillmds@latest add ecto/integration-testing