playwright-explore-website

Explore websites to map user flows and generate Playwright-based tests.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/iliasjennane/LearningAgent --skill playwright-explore-website-iliasjennane
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-explore-website
Source: https://github.com/iliasjennane/LearningAgent/tree/main/.agents/skills/frontend-web-dev/playwright-explore-website
Command: npx skills add https://github.com/iliasjennane/LearningAgent --skill playwright-explore-website-iliasjennane

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Website exploration for testing using Playwright MCP to map features and generate tests.

Core Features & Use Cases

  • Interact with 3-5 core features or user flows.
  • Document the UI elements and their locators, along with expected outcomes.
  • Close the browser context after exploration and deliver a concise findings summary.
  • Propose and generate test cases based on the exploration.

Quick Start

Provide a URL and start exploring with Playwright MCP to generate test scenarios.

Frequently Asked Questions about playwright-explore-website

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

FAQPage Schema
How do I map website user flows for automated testing?

Mapping website user flows for automated testing involves exploring a web application to identify core features and document UI elements. This process generates Playwright-based test scenarios by interacting with user flows and recording expected outcomes.

How do I generate Playwright test cases from a web application URL?

Generating Playwright test cases from a web application URL requires deterministic browser automation to interact with 3-5 core features. The tool documents UI locators and expected outcomes, then proposes and generates test cases based on the exploration.

Can I explore any web app accessible via a URL to document UI elements?

Yes, you can explore any web app accessible via a URL to document UI elements. The exploration applies deterministic browser automation to map features, record locators, and close the browser context before delivering a concise findings summary.

What is the best way to identify core features for UI automation?

The best way to identify core features for UI automation is using Playwright to interact with 3-5 user flows. This approach documents the UI elements, their locators, and expected outcomes to ensure accurate test-case generation for the web application.

Does Playwright website testing automatically close the browser after exploration?

Yes, Playwright website testing automatically closes the browser context after exploration is complete. Once it maps the user flows and documents the UI elements, it delivers a concise findings summary and generates the proposed test cases.

Why do I need to document UI elements and locators for website testing?

Documenting UI elements and locators for website testing is necessary to establish stable interactions for deterministic browser automation. Recording these locators alongside expected outcomes ensures the generated Playwright test cases accurately validate the mapped user flows.