e2e-tester

Automate end-to-end tests for web and mobile apps with Playwright and Detox.

13|6|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/olehsvyrydov/AI-development-team --skill e2e-tester-olehsvyrydov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-tester
Source: https://github.com/olehsvyrydov/AI-development-team/tree/main/claude/skills/quality/testing/e2e-tester
Command: npx skills add https://github.com/olehsvyrydov/AI-development-team --skill e2e-tester-olehsvyrydov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps QA teams automate complex end-to-end tests for web and mobile applications, reducing flaky tests and speeding up release cycles.

Core Features & Use Cases

  • End-to-end testing for web apps using Playwright across Chromium, Firefox, and WebKit.
  • Mobile testing with Detox for iOS and Android apps, with CI-friendly workflows.
  • Test pyramid guidance to balance unit, integration, and E2E tests for maintainable suites.
  • Use Case: Provide ready-made templates to validate critical user journeys (login, checkout) across devices and browsers.

Quick Start

Install Playwright and Detox in your project and add a simple sample e2e test to verify a login flow.

Frequently Asked Questions about e2e-tester

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

FAQPage Schema
How do I automate end-to-end tests for web apps using Playwright?

Automate end-to-end tests for web apps using Playwright across Chromium, Firefox, and WebKit. The skill provides ready-made templates and best practices to validate critical user journeys like login and checkout across multiple browsers.

Can I run E2E tests for mobile applications with Detox?

Yes, you can run E2E tests for mobile applications with Detox. The skill supports CI-friendly workflows for testing iOS and Android apps, providing templates to validate critical user journeys across mobile devices.

Do I need Node.js to run cross-browser testing with Playwright?

Yes, Node.js is required to run cross-browser testing with Playwright. You must install Playwright and Detox libraries in your Node.js environment and configure CI to execute tests across browsers.

What is the best way to structure a test pyramid for E2E automation?

The best way to structure a test pyramid for E2E automation is to balance unit, integration, and E2E tests. The skill provides test pyramid guidance to help you build maintainable test suites and reduce flaky tests.

Does this skill support visual regression testing scenarios?

Yes, this skill supports visual regression testing scenarios. It covers visual regression alongside cross-browser web testing and mobile app testing with Detox, providing templates for stable executions.