testing-codegen
Installation
SKILL.md
Purpose
Use this skill for testing and code generation. Covers snapshot testing with
insta and code generation commands.
Prerequisites
- Install required tools:
just install-tools(installscargo-insta) - Install pnpm:
curl -fsSL https://get.pnpm.io/install.sh | sh -in repo root - Understand which changes require code generation
Common Workflows
Run Tests
# Run all tests
cargo test