Use the /generate command to create exploratory test cases automatically.
/generate
/generate
command is an experimental feature that instructs TestDriver to create its own exploratory prompts. This command is used in the “Generate a Test Suite” demo and is designed to help automate the creation of exploratory test cases.
/generate
command analyzes the display and generates exploratory prompts for testing./generate
command is called../testdriver/generate/*.md
directory.test-search-function.md
):
/generate
to quickly create exploratory tests for regression testing or feature validation./generate
with the GitHub Action to generate and run regression tests in parallel./generate
command is experimental and may not always produce perfect test cases. Review and refine the generated tests as needed../testdriver/generate/
directory exists and has write permissions./generate
command is ideal for automating the creation of exploratory test cases and generating regression tests.