e2e-test

Automate end-to-end UI test creation across Playwright, Cypress, and Selenium.

4|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/nntan90/qa-skill-suite --skill e2e-test-nntan90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-test
Source: https://github.com/nntan90/qa-skill-suite/tree/main/e2e-test
Command: npx skills add https://github.com/nntan90/qa-skill-suite --skill e2e-test-nntan90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and execution of end-to-end UI tests across modern frameworks to validate user journeys and ensure UI reliability.

Core Features & Use Cases

  • Supports Playwright, Cypress, Selenium for end-to-end testing.
  • Generates Page Object Model (POM) code, fixtures, and CI configuration for consistent test automation across projects.
  • Use cases include login flow, checkout flow, signup, and multi-browser validation.

Quick Start

Create a complete E2E test suite for a given user journey using Playwright, Cypress, or Selenium.

Frequently Asked Questions about e2e-test

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

FAQPage Schema
How do I automate end-to-end UI tests for login and checkout flows?

To automate end-to-end UI tests, generate validation scripts for user journeys like login and checkout. This Skill creates automation code using Playwright, Cypress, or Selenium to validate full-stack UI flows across multiple browsers.

What is the best way to generate Page Object Model code for E2E testing?

The best way to generate Page Object Model (POM) code for E2E testing is to structure UI selectors and actions into reusable classes. This Skill automatically outputs POM code, test fixtures, and CI configurations for consistent test automation.

Does this support generating E2E test scripts for both Playwright and Cypress?

Yes, it supports generating E2E test scripts for both Playwright and Cypress, alongside Selenium. You can create test suites across these frameworks with optional auth setup and multi-browser support for validating user journeys.

Can I use this to set up CI configuration for my Selenium test suite?

Yes, you can use this to set up CI configuration for your Selenium test suite. It generates CI integration files and test fixtures required to run automated end-to-end UI validation scripts consistently across your development pipeline.

How do I validate multi-browser user journeys in Cypress?

To validate multi-browser user journeys in Cypress, generate test fixtures and automation scripts targeting different browser environments. This Skill outputs the necessary configuration and E2E test code to ensure UI reliability across browsers.