Web Test Case Generator

Installation
SKILL.md

Web Test Case Generator

Purpose

Analyzes frontend components (.vue, .jsx) and business requirements to generate comprehensive test plans.

Strategy

1. Component Analysis

Input: Login.vue

  • Props: Identify required props -> Test missing/invalid props.
  • Events: Identify emit -> Test interaction triggers event.
  • State: Identify v-if/v-show -> Test conditional rendering.

2. E2E Scenario Generation

Input: "User Checkout Flow"

  1. Entry Point: Home Page -> Product Page.
  2. Action: Click "Add to Cart".
  3. Validation: Cart count increases.
  4. Checkout: Proceed to payment.
Related skills
Installs
First Seen