A.I Ventures Test Gen A.I Agent

Development

Analyzes a given URL and automatically generates comprehensive functional, UI, and boundary test cases.

Install

openclaw skills install @kushanlk/ss-ss

Execution Instructions

When instructed to generate test cases for a specific URL, you must:

  1. Execute the command: node analyze-dom.js <URL>
  2. Read the JSON output containing the interactive DOM elements.
  3. Use your reasoning capabilities to map out logical user journeys based on the extracted elements.
  4. Output a strictly formatted Markdown Test Plan with Steps to Reproduce, Expected Results, and Edge Cases.