test-e2e

Orchestrate targeted Playwright E2E tests across apps with environment-aware execution.

Updated Jul 22, 2025
One-click install
npx skills add https://github.com/creepyblues/kstorybridge-integrated --skill test-e2e-creepyblues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-e2e
Source: https://github.com/creepyblues/kstorybridge-integrated/tree/main/.claude/skills/test-e2e
Command: npx skills add https://github.com/creepyblues/kstorybridge-integrated --skill test-e2e-creepyblues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating end-to-end tests across multiple apps and features is time-consuming and error-prone; this skill automates targeted Playwright E2E runs and provides environment-aware execution and test-generation capabilities.

Core Features & Use Cases

  • Smart targeting by app and feature to run only relevant tests.
  • Environment-aware execution for local, staging, and production.
  • On-demand test file generation templates to add new tests quickly.

Quick Start

To begin, run a targeted Playwright E2E test for your app and feature in the chosen environment.

Frequently Asked Questions about test-e2e

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

FAQPage Schema
How do I run targeted Playwright E2E tests for a specific app and feature?

Targeted Playwright E2E tests run by selecting specific app and feature scopes, such as Dashboard, Creator, or Website, to execute only relevant test files. This smart targeting avoids running the entire suite and delivers consistent, focused results.

Can I execute Playwright E2E tests across different environments like staging and production?

Playwright E2E tests support environment-aware execution across local, staging, and production. You must configure the BASE_URL and TEST_ENV variables to ensure tests run against the correct environment during CI or local runs.

How do I generate new Playwright E2E test files quickly?

You can generate new Playwright E2E test files using built-in on-demand test generation templates. These templates provide a structured starting point to quickly add new tests without writing boilerplate code from scratch.

Do I need Node.js to run Playwright E2E tests in CI?

Node.js is required to run Playwright E2E tests, as the framework relies on it for execution. You must also configure BASE_URL and TEST_ENV variables to properly execute tests in CI or local environments.

What is the best way to coordinate E2E testing across multiple web apps?

Coordinating E2E testing across multiple apps is handled by orchestrating targeted Playwright runs with smart app and feature selection. This approach automates execution and eliminates the errors associated with manual test coordination.