- name
- aiventures-test-generator
- version
- 1.0.0
- description
- Analyzes a given URL and automatically generates comprehensive functional, UI, and boundary test cases.
- author
- Kushan Amarasiri
Execution Instructions
When instructed to generate test cases for a specific URL, you must:
- Execute the command:
node analyze-dom.js <URL> - Read the JSON output containing the interactive DOM elements.
- Use your reasoning capabilities to map out logical user journeys based on the extracted elements.
- Output a strictly formatted Markdown Test Plan with Steps to Reproduce, Expected Results, and Edge Cases.