setup-e2e

Automates Playwright E2E testing environment setup for web applications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @playwright/test, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the setup of Playwright E2E testing for your project, streamlining the process from project analysis to environment configuration and test creation.

Core Features & Use Cases

  • Project Analysis: Automatically detects your project's framework, server, and structure.
  • Environment Setup: Installs necessary packages and configures the testing environment.
  • Test Creation: Generates a sample test to verify the setup.
  • Use Case: If you're starting a new project and want to implement E2E testing with Playwright, this Skill can save you time by automating the initial setup process.

Quick Start

Run the setup-e2e skill to automatically configure Playwright E2E testing for your project.

Frequently Asked Questions about setup-e2e

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

FAQPage Schema
How do I set up Playwright E2E testing for my web application?

To set up Playwright E2E testing, you need to install the necessary packages, configure the environment, and create test directories. This process can be fully automated to analyze your project structure and generate the required configuration files and sample tests.

What is automated E2E test environment configuration?

Automated E2E test environment configuration is the process of detecting your project's framework and server to automatically install dependencies, create directory structures, and generate the configuration files required for running web testing.

Can I automatically detect my project framework when configuring Playwright?

Yes, during the Playwright setup process, project analysis is performed to automatically detect your web application's framework, server, and overall structure before installing packages and generating the test configuration.

Does setting up E2E testing generate sample tests to verify the installation?

Yes, setting up E2E testing includes test creation steps that generate a sample test. This sample test is executed to verify that the Playwright environment, browser drivers, and configuration files are correctly installed and functioning.

What is the best way to start writing E2E tests for a new web project?

The best way to start writing E2E tests is to automate the initial project setup, which handles package installation, framework detection, and directory structure creation, allowing you to immediately begin writing and running browser automation scripts.

Do I need to manually install browser drivers for Playwright E2E testing?

No, you do not need to manually install browser drivers. The Playwright E2E testing setup process handles the installation of the @playwright/test package along with all associated browser drivers required for web testing.