Monty returns all test cases linked to the story with their titles, steps, expected results, and pass/fail status from the most recent run.
Monty can analyze a story's description and acceptance criteria and generate a structured set of test cases covering happy path and edge cases:
Monty can assess whether a story's acceptance criteria are fully covered by its existing test cases and flag any gaps:
Monty retrieves the most recent test execution results including pass/fail status per test case. Failed test cases are a good starting point for filing defects.
No test cases found for a story
Test cases must be created or generated before they appear. Use "Generate test cases for story X" and confirm to save them.
Generated test cases look incomplete
The quality of generated test cases depends on the story description and acceptance criteria. Add more detail to the story first, then regenerate.
Validate story returns "no acceptance criteria"
Validation requires the story to have acceptance criteria. Update the story to add them, then try validating again.