Generate Test Fixtures
Happy path, boundary values, and a deliberate failure case — each with a note on what it covers.
Beginner1 min read
Customize
Fill these in and the prompt below updates as you type. Anything you leave blank stays as a placeholder.
Your prompt
2 placeholders leftGenerate realistic test fixtures for the following data model. Create: - 1 valid "happy path" example - 1 example at boundary values (min/max lengths, edge dates, zero amounts) - 1 example that should fail validation, and why Format as {{output_format}}. Add a comment on each fixture explaining what scenario it represents. Data model / schema: {{schema}}