e2e-studio-tests

Automate Playwright end-to-end tests for the Studio application across local and CI environments.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/sigitpoerwo/repoworkspace_zahra --skill e2e-studio-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-studio-tests
Source: https://github.com/sigitpoerwo/repoworkspace_zahra/tree/main/skills/03-BELUM-DICOBA/dari-clawhub/e2e-studio-tests
Command: npx skills add https://github.com/sigitpoerwo/repoworkspace_zahra --skill e2e-studio-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end testing for the Studio application is brittle and time-consuming; this Skill standardizes how to run Playwright tests to validate Studio features reliably across environments.

Core Features & Use Cases

  • Run Playwright end-to-end tests for the Studio app, covering UI flows and feature validation.
  • Execute tests from the e2e/studio directory with optional filtering, UI debugging, and parallelism controls.
  • Use in local and CI environments to verify Studio releases and new features.

Quick Start

Navigate to the e2e/studio directory and run the end-to-end test suite using pnpm.

Frequently Asked Questions about e2e-studio-tests

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

FAQPage Schema
How do I run Playwright e2e tests for a Studio application?

To run Playwright e2e tests for a Studio application, navigate to the e2e/studio directory and execute the test suite using pnpm. This standardizes test execution to validate UI flows and feature reliability across local and CI environments.

Can I use pnpm to execute Studio feature tests with parallelism controls?

Yes, you can use pnpm to execute Studio feature tests with optional filtering, UI debugging, and parallelism controls. Running tests from the e2e/studio/features directory ensures feature validation provides actionable output for failures.

Do I need Playwright and pnpm setup to run Studio end-to-end tests reliably?

Yes, you need both pnpm and a Playwright test setup to run Studio end-to-end tests reliably. These dependencies are required to execute the test fixtures organized under e2e/studio/features and provide actionable failure outputs.

What is the best way to standardize end-to-end testing across local and CI environments?

The best way to standardize end-to-end testing across local and CI environments is to run Playwright tests from a dedicated e2e/studio directory using pnpm. This approach reduces brittleness and validates Studio releases consistently.

Why does my Studio e2e test execution fail to provide actionable output for failures?

Studio e2e test execution may fail to provide actionable output for failures if the Playwright test setup or pnpm dependencies are not properly configured. Standardizing test execution under the e2e/studio directory ensures reliable failure tracking.