e2e

Automate end-to-end web application testing with Playwright and a Forge Loop.

13|4|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ggombee/code-forge --skill e2e-ggombee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e
Source: https://github.com/ggombee/code-forge/tree/main/skills/e2e
Command: npx skills add https://github.com/ggombee/code-forge --skill e2e-ggombee

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire process of end-to-end testing for web applications, reducing manual effort and ensuring consistent test execution.

Core Features & Use Cases

  • Automated E2E Testing: Automates the testing of web application functionality using Playwright.
  • Forge Loop: An escalation-based, autonomous test execution loop that continues until all tests pass.
  • Use Case: For a developer looking to automate the testing of a web application's user flows, this skill provides a comprehensive solution to streamline the testing process.

Quick Start

Run the e2e skill to automate the testing of the 'order' page in your application.

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 a web application using Playwright?

Automating end-to-end testing with Playwright involves generating test cases, creating code, and executing it via a Forge Loop that escalates autonomously until all tests pass.

What is the Forge Loop in e2e testing automation?

The Forge Loop is an escalation-based, autonomous test execution loop that continuously runs your Playwright tests until all test cases successfully pass.

Do I need a configured development server to run Playwright e2e tests?

Yes, running Playwright end-to-end tests with this automation requires a configured development server alongside the Playwright dependency to execute web application user flows.

Can I automate test case generation and code creation for web application testing?

Yes, the e2e automation process handles both test case generation and Playwright code creation, providing a comprehensive solution to streamline testing user flows.

What are the limitations of using an autonomous escalation loop for e2e testing?

The autonomous escalation loop relies on Playwright and a configured development server, meaning it cannot execute tests for web applications lacking a running local development environment.