10x-e2e

Automate end-to-end browser tests for application risk coverage using Playwright.

Updated May 18, 2026
One-click install
npx skills add https://github.com/PixelSculptor/osce-triager --skill 10x-e2e-pixelsculptor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-e2e
Source: https://github.com/PixelSculptor/osce-triager/tree/main/.claude/skills/10x-e2e
Command: npx skills add https://github.com/PixelSculptor/osce-triager --skill 10x-e2e-pixelsculptor

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates end-to-end (E2E) browser testing of application risk coverage, ensuring comprehensive testing for system boundaries and UI interactions without manual intervention.

Core Features & Use Cases

  • E2E Testing Automation: Drive browser-level testing for complex application flows.
  • Risk-Based Testing: Focuses on critical risks and system boundaries.
  • Integration with Development Workflow: Seamlessly integrates with existing development processes.
  • Use Case: For example, use this Skill to automate E2E testing of a user authentication flow, ensuring all security and functionality aspects are covered.

Quick Start

Run the 10x-e2e skill to test the E2E coverage for the identified risk 'login' in the context/changes/save-session/plan.md.

Frequently Asked Questions about 10x-e2e

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

FAQPage Schema
How do I automate E2E browser testing for application risk coverage?

This Skill automates E2E browser testing by executing Playwright to validate system boundaries and critical application flows, ensuring comprehensive risk coverage and reliability without manual intervention.

Do I need Playwright to run automated E2E tests for system boundaries?

Yes, Playwright is a required dependency. You also need a running application instance to validate integration risks and execute browser-level testing for complex application flows.

What is risk-based testing in the context of browser automation?

Risk-based testing in browser automation targets critical application risks and system boundaries rather than exhaustive UI testing. It focuses on validating integration risks and ensuring critical flows like authentication are reliable.

How do I test a user authentication flow using E2E browser automation?

You can test a user authentication flow by running this Skill against your running application. It leverages Playwright to automate the browser interactions, ensuring all security and functionality aspects of the flow are covered.

Can I integrate automated E2E browser tests into my existing development workflow?

Yes, this Skill seamlessly integrates with existing development processes by automating the execution of end-to-end browser tests, ensuring critical application flows are continuously validated for coverage and reliability.

What are the limitations of using Playwright for application risk coverage?

Playwright focuses on browser-level interactions, so it requires a fully running application environment to execute tests. It validates system boundaries and UI flows but does not replace lower-level unit or isolated component testing.