Enforces project integration testing conventions for facades, server actions, and database operations using Testcontainers with real PostgreSQL.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Enforces project integration testing conventions for facades, server actions, and database operations using Testcontainers with real PostgreSQL.
user-invocable
false
Integration Testing Skill
Purpose
This skill provides integration testing conventions for facades, server actions, and database operations. Integration tests use real database interactions via Testcontainers.
Activation
This skill activates when:
Creating or modifying files in tests/integration/
Testing facades or business logic
Testing server actions
Testing database queries with real data
Working with Testcontainers
File Patterns
tests/integration/**/*.test.ts
tests/integration/**/*.integration.test.ts
Workflow
Detect integration test work (file path contains tests/integration/)