e2e-testing

Automate interactive end-to-end browser testing via an MCP server.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/yuch4/dx-selecta --skill e2e-testing-yuch4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-testing
Source: https://github.com/yuch4/dx-selecta/tree/main/.claude/skills/e2e-testing
Command: npx skills add https://github.com/yuch4/dx-selecta --skill e2e-testing-yuch4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

このスキルはブラウザ自動化MCPサーバーを使い、Webアプリケーションのエンドツーエンドテストをインタラクティブに実施・デバッグするソリューションを提供します。実際のブラウザ上でユーザー操作を再現するテストを容易に行えます。

Core Features & Use Cases

  • E2Eテストの実行・デバッグを支援
  • ページ表示・UI要素の検証
  • ログインフロー、フォーム送信、ページ遷移などのユーザーフローの検証
  • ブラウザでの動作確認と画面表示の検証

Quick Start

Use the e2e-testing skill to interact with a target web page: open the page, verify structure, perform clicks or inputs, and validate the results (text, URL, and visual checks).

Frequently Asked Questions about e2e-testing

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

FAQPage Schema
How do I automate end-to-end testing for web application login flows?

Automate end-to-end testing for login flows by using this skill with a browser automation MCP server to interact with the page, simulate user inputs, and validate page transitions. It checks DOM structure and URL changes to verify the authentication process.

Can I validate form submissions and page transitions in a real browser?

You can validate form submissions and page transitions in a real browser using this browser automation skill. It performs input actions and enforces checks on resulting page content, URL changes, and visual verifications to confirm the form submission succeeded.

What is the best way to interactively debug failing end-to-end tests?

Interactively debug failing end-to-end tests using this skill's support for interactive debugging during browser automation. It allows you to step through user flows, inspect DOM structure, and verify page content to identify exactly where the test fails.

Does this skill require a specific browser automation MCP server to run?

This skill requires a browser automation MCP server to execute end-to-end tests. It leverages the server to open web pages, perform clicks or inputs, and validate the results across real browsers without requiring additional dependencies.

How do I verify DOM structure and page content during browser automation?

Verify DOM structure and page content during browser automation by using this skill to enforce checks on the loaded page. It validates text presence, DOM elements, URL changes, and performs visual verifications to ensure the UI renders correctly.

Can I use this to test user flows across multiple page transitions?

You can use this skill to test overall user flows across multiple page transitions in real browsers. It automates interactive sequences like clicks and inputs while enforcing checks on URL changes and visual verifications throughout the navigation.