create-ai-e2e

Generate intelligent E2E tests for your React & Vue apps in seconds, powered by AI

Get Started View on GitHub

🚀 Zero Config

Start testing in seconds with automatic route detection and smart defaults. No complex setup required.

🤖 AI-Powered

Leverage Claude, GPT-4, or Hugging Face to generate intelligent assertions and test scenarios.

🔍 Smart Detection

Automatically detects and tests all routes in your React or Vue application, including nested routes.

⚡️ CI Ready

Seamless GitHub Actions integration with detailed test reports and security scanning.

60s

Setup Time

100%

Route Coverage

3

AI Providers

Quick Start

# Install
npm install create-ai-e2e --save-dev

# Initialize
npx create-ai-e2e init

# Scan your routes
npx create-ai-e2e scan src/

# Generate tests
npx create-ai-e2e gen

# Run tests
npx playwright test