e2e-test-generator

Generate Playwright end-to-end tests for multi-step user flows.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/mouayadakel/flixCamFinal --skill e2e-test-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-test-generator
Source: https://github.com/mouayadakel/flixCamFinal/tree/main/.cursor/skills/e2e-test-generator
Command: npx skills add https://github.com/mouayadakel/flixCamFinal --skill e2e-test-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of end-to-end tests for critical user journeys, ensuring the reliability of key application functionalities.

Core Features & Use Cases

  • Automated Test Generation: Creates tests for multi-step processes like checkout or booking.
  • Flow Testing: Covers login, navigation, form submission, and assertion of success states.
  • Use Case: When a user asks to "Test the checkout flow," this skill will generate a Playwright script to simulate the entire process from adding an item to the cart to successful payment confirmation.

Quick Start

Use the e2e-test-generator skill to create a test for the user login and profile update flow.

Frequently Asked Questions about e2e-test-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate E2E tests for critical user flows?

You can generate E2E tests for critical user flows by using an automated test generation tool that creates Playwright scripts for multi-step processes like checkout, booking, and complex form submissions. This ensures key application functionalities are reliable.

What is E2E test generation for multi-step processes?

E2E test generation for multi-step processes involves creating automated scripts that simulate critical user journeys from start to finish. It covers login, navigation, form submission, and success state assertions to validate complex flows like checkout or booking.

How do I automate Playwright test creation for checkout and booking flows?

To automate Playwright test creation for checkout and booking flows, you provide the user journey details to a test generation tool. It outputs a Playwright script simulating the entire process, from adding an item to the cart to successful payment confirmation.

Can I use this test generation approach for complex form submissions?

Yes, you can use this test generation approach for complex form submissions. It focuses on generating robust selectors and comprehensive assertions specifically for multi-step processes, ensuring reliable testing of intricate user input flows.

Does automated E2E test generation work with frameworks other than Playwright?

Automated E2E test generation primarily uses Playwright but explicitly supports similar frameworks. It focuses on generating robust selectors and comprehensive assertions that can be adapted across different testing platforms for reliable testing.

Why do generated E2E tests prioritize robust selectors and comprehensive assertions?

Generated E2E tests prioritize robust selectors and comprehensive assertions to prevent test flakiness and ensure reliable testing. This approach validates success states accurately across multi-step processes like login, navigation, and form submission.