flow-tester

Automate multi-step user journey validation across web apps with Playwright.

5|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/JansenAnalytics/claudex --skill flow-tester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-tester
Source: https://github.com/JansenAnalytics/claudex/tree/main/skills/flow-tester
Command: npx skills add https://github.com/JansenAnalytics/claudex --skill flow-tester

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

End-to-end testing of user flows across web applications by automating multi-step journeys with Playwright, including visual checkpoints via screenshots.

Core Features & Use Cases

  • Automated end-to-end testing of user journeys (signup, login, checkout, CRUD operations).
  • Auto-generates flows from URLs or text descriptions and captures step-by-step screenshots.
  • Regression verification for frontend changes, with reports and artifacts for analysis.

Quick Start

Run a sample flow to validate a multi-step user journey.

Frequently Asked Questions about flow-tester

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

FAQPage Schema
How do I automate end-to-end user journey testing for web apps?

Automate end-to-end user journey testing by executing multi-step flows with Playwright. This validates user journeys like signup, login, and checkout across web applications while capturing step-by-step screenshots for visual checkpoints.

Can I auto-generate Playwright regression tests from a URL or text description?

Yes, you can auto-generate Playwright regression tests from URLs or plain text descriptions. The tool generates flow definitions that execute multi-step user journeys, capturing reports and screenshots to verify frontend changes.

Do I need Node.js 22 to run Playwright flows and generate screenshots?

Yes, Playwright flows require Node.js 22+ and Playwright-core to run. You need a configured environment to execute flow-tester scripts and generate flow definitions, reports, and screenshots for regression verification.

How do I add visual checkpoints to my e2e regression tests?

Add visual checkpoints to your e2e regression tests by capturing step-by-step screenshots during multi-step flow execution. Playwright automates the user journey validation and generates artifacts for visual analysis of frontend changes.

What is the best way to verify frontend changes don't break multi-step user flows?

The best way to verify frontend changes is through automated regression testing of multi-step user flows. By executing Playwright e2e tests, you validate user journeys and generate reports with screenshots for artifact analysis.

Are there limitations when using Playwright for flow testing across web applications?

Playwright flow testing requires a configured environment with Node.js 22+ and Playwright-core. Without this setup, you cannot run flow-tester scripts or generate the necessary flow definitions, reports, and screenshots for regression verification.