playwright-cli

Automates cross-browser testing and debugging with Playwright.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/leobrival/topographic-plugins-official --skill playwright-cli-leobrival
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-cli
Source: https://github.com/leobrival/topographic-plugins-official/tree/main/plugins/dev/skills/playwright-cli
Command: npx skills add https://github.com/leobrival/topographic-plugins-official --skill playwright-cli-leobrival

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Playwright-based testing often requires coordinated setup, cross-browser automation, and robust debugging workflows; this guide consolidates those tasks into a single, reusable CLI skill for Playwright.

Core Features & Use Cases

  • Record and scaffold tests: Generate tests via codegen and record interactions.
  • Debug and troubleshoot: Use Inspector, tracing, and verbose reports to diagnose failures.
  • Cross-browser testing: Run tests across chromium, firefox, and webkit with projects.
  • CI/CD integration: Integrate Playwright runs into automated pipelines and generate reports.

Quick Start

Install Playwright, install required browsers, and run your first test to start end-to-end browser automation.

Frequently Asked Questions about playwright-cli

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

FAQPage Schema
How do I record end-to-end browser tests using Playwright?

Playwright records end-to-end browser tests using the codegen feature, which captures user interactions and automatically scaffolds test scripts for cross-browser automation across Chromium, Firefox, and WebKit.

What is the best way to debug failing Playwright tests?

Debugging failing Playwright tests is best handled using the Playwright Inspector, tracing capabilities, and verbose reports to diagnose test failures and troubleshoot cross-browser execution issues.

Can I run Playwright cross-browser testing across Chromium, Firefox, and WebKit?

Yes, Playwright supports cross-browser testing across Chromium, Firefox, and WebKit by configuring projects, allowing simultaneous test execution and comprehensive coverage for QA pipelines.

How do I integrate Playwright test execution and reports into a CI/CD pipeline?

Integrating Playwright into CI/CD pipelines involves automating test execution and generating reports using multiple available reporters, providing automated QA feedback for your continuous integration workflows.

Does Playwright testing require installing specific browser binaries?

Yes, Playwright testing requires installing specific browser binaries for Chromium, Firefox, and WebKit before executing end-to-end tests, ensuring the cross-browser automation environment is correctly configured.