What problem does it solve?
This Skill removes the friction and guesswork from writing Liquid unit tests for Insites applications, helping you produce consistent tests that follow the platform’s required testing contract and execution flow.
Core Features & Use Cases
- Test planning for Insites components: Guides coverage for commands, validators, queries, authorization rules, helpers, and background jobs.
- Assertion-driven validation: Maps requirements to the correct contract assertions such as equality, presence, validity, and boolean checks.
- Execution and workflow discipline: Reinforces required test file placement, staging deployment, and repeatable run procedures.
- Use case: When you need to verify a user creation command, the Skill helps you define success, failure, and edge-case scenarios and turn them into a compliant Liquid test file.
Quick Start
Ask the skill to plan and write a Liquid unit test for a specific Insites component, and it will generate a compliant test structure with the right assertions and file location.