askill
cypress-test-generator

cypress-test-generatorSafety 90Repository

Generate Cypress E2E test files and configuration for web application testing. Triggers on "create cypress test", "generate cypress config", "e2e test for", "cypress setup".

0 stars
1.2k downloads
Updated 12/17/2025

Package Files

Loading files...
SKILL.md

Cypress Test Generator

Generate Cypress E2E test files and configuration for comprehensive web application testing.

Output Requirements

File Output: cypress.config.ts, cypress/e2e/*.cy.ts Format: Valid Cypress configuration and test files Standards: Cypress 13.x

When Invoked

Immediately generate Cypress configuration and sample test files for the specified application.

Configuration Template

import { defineConfig } from 'cypress';

export default defineConfig({
  e2e: {
    baseUrl: 'http://localhost:3000',
    supportFile: 'cypress/support/e2e.ts',
  },
});

Example Invocations

Prompt: "Create cypress config and login test" Output: Complete cypress.config.ts and cypress/e2e/login.cy.ts.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

52/100Analyzed 2/18/2026

Basic Cypress test generation skill with a configuration template and one example. Has clear structure and a 'When Invoked' section (R3), but lacks comprehensive test patterns, step-by-step guidance, and detailed examples for various test scenarios. Provides reusable template but limited depth - good starting point but needs more content for higher completeness and actionability scores.

90
75
55
45
50

Metadata

Licenseunknown
Version-
Updated12/17/2025
Publisherehtbanton

Tags

apipromptingtesting