e2e

Generates and runs end-to-end tests for user flows using Playwright, Cypress, and REST Assured.

1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/diego-tobalina/vibe-coding --skill e2e-diego-tobalina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e
Source: https://github.com/diego-tobalina/vibe-coding/tree/main/.opencode/skills/e2e
Command: npx skills add https://github.com/diego-tobalina/vibe-coding --skill e2e-diego-tobalina

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates end-to-end testing of user flows across critical web applications, enhancing quality assurance by removing the need for manual test execution.

Core Features & Use Cases

  • Cross-Platform Support: Generates tests for popular frameworks like Playwright, Cypress, and REST Assured.
  • Workflow Automation: Identifies, defines, and executes tests for various user flows, such as user registration, checkout processes, and admin functionalities.
  • Use Case: Ideal for development teams aiming to automate comprehensive tests for e-commerce platforms, content management systems, and web applications with complex workflows.

Quick Start

Run the 'e2e' skill with Playwright for the user registration flow on 'localhost:3000'.

Frequently Asked Questions about e2e

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

FAQPage Schema
How do I automate end-to-end testing for critical user flows?

To automate end-to-end testing, you can use this Skill to generate and execute tests for critical user flows like registration or checkout. It automates test creation across web applications to eliminate manual execution.

Can I use Cypress or Playwright to test e-commerce checkout processes?

Yes, Cypress and Playwright are supported for testing e-commerce checkout processes. The Skill identifies, defines, and executes automated tests for complex workflows across platforms like e-commerce, CMS, and enterprise web apps.

What do I need to set up before running automated end-to-end tests?

Before running automated end-to-end tests, you need the corresponding setup for your selected testing framework and knowledge of API testing and browser automation. You must configure environments like Playwright or Cypress first.

Does REST Assured work for automating API testing in enterprise web apps?

Yes, REST Assured works for automating API testing in enterprise web apps. The Skill utilizes REST Assured alongside Playwright and Cypress to support different testing frameworks across various environments.

What is the best way to test user registration flows on localhost?

The best way to test user registration flows on localhost is to run the automated end-to-end testing with a framework like Playwright. This automates execution against your local environment, such as localhost:3000.

When should I not use automated end-to-end testing for my web application?

You should not use automated end-to-end testing if your team lacks prerequisite knowledge of API testing and browser automation, or if your selected framework lacks the required environment setup for your specific web application.