test-flows

Automate end-to-end UI testing of SPA user flows with Playwright.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/az9713/my-agent-skills --skill test-flows-az9713
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-flows
Source: https://github.com/az9713/my-agent-skills/tree/main/.claude/skills/playwright-ui-testing/test-flows
Command: npx skills add https://github.com/az9713/my-agent-skills --skill test-flows-az9713

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates end-to-end UI testing for single-page applications, ensuring consistent user flows across authentication, navigation, and routing.

Core Features & Use Cases

  • Parallelized test execution across multiple agents to accelerate feedback in CI/CD.
  • Comprehensive coverage of login, registration, navigation, and data operations with traces and videos for easy debugging.
  • Reusable test templates and snapshot checks to catch regressions in SPA behavior.

Quick Start

Run the Playwright-based test suite across 4 parallel agents to validate login, registration, navigation, and data operations.

Frequently Asked Questions about test-flows

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

FAQPage Schema
How do I automate end-to-end UI testing for SPA authentication and navigation flows?▼

Automated end-to-end UI testing for SPA authentication and navigation flows is handled by running a Playwright-based test suite across parallel agents to validate login, registration, routing, and data operations.

How do I run Playwright tests in parallel across multiple agents to accelerate CI/CD feedback?▼

Running Playwright tests in parallel across multiple agents accelerates CI/CD feedback by distributing test execution and capturing detailed traces, videos, and screenshots for SPA user flow validation.

Do I need the Playwright CLI to test single-page application routing scenarios?▼

Yes, you need Playwright CLI access and a test harness to test single-page application routing scenarios, execute automated user flows, and capture debugging artifacts.

What is the best way to catch regressions in SPA navigation and data-flow behavior?▼

Catching regressions in SPA navigation and data-flow behavior is best achieved by applying reusable test templates and snapshot checks during automated end-to-end UI testing.

Why use Playwright to automate end-to-end UI tests for SPA user flows?▼

Playwright automates end-to-end UI tests for SPA user flows by providing comprehensive coverage of authentication, navigation, and routing while generating traces and videos for debugging.

Can I capture screenshots and videos when testing SPA authentication and data operations?▼

Yes, testing SPA authentication and data operations captures screenshots, videos, and traces by running the Playwright test harness across parallel agents.