orbit-playwright

Automate end-to-end browser testing for WordPress plugins with Playwright.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/adityaarsharma/orbit --skill orbit-playwright
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orbit-playwright
Source: https://github.com/adityaarsharma/orbit/tree/main/skills/orbit-playwright
Command: npx skills add https://github.com/adityaarsharma/orbit --skill orbit-playwright

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates end-to-end browser testing for WordPress plugins, streamlining the process of setting up, writing, and running tests, which can be time-consuming and error-prone when done manually.

Core Features & Use Cases

  • Automated Setup: Simplifies the first-time setup of browser automation for WordPress plugins.
  • Spec Writing & Execution: Provides tools to write and execute test specifications.
  • Debugging & Reporting: Offers debugging options and generates detailed HTML reports.
  • Use Case: If you need to test a WordPress plugin for functionality, performance, and security, this Skill can automate the process, saving time and reducing the likelihood of human error.

Quick Start

Run the end-to-end test suite for your plugin using the command: WP_TEST_URL=http://localhost:8881 npx playwright test

Frequently Asked Questions about orbit-playwright

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

FAQPage Schema
How do I automate end-to-end browser testing for a WordPress plugin?

You can automate end-to-end browser testing for a WordPress plugin using Playwright to handle setup, spec writing, execution, debugging, and HTML reporting. This streamlines testing scenarios for admin pages, frontend output, and block editors.

What is the best way to test WordPress plugin login flows in a browser?

Using Playwright for end-to-end browser testing is an effective way to test WordPress plugin login flows. It automates the execution and debugging of these specific scenarios while generating detailed HTML reports for review.

Can I use Playwright to test the WordPress block editor?

Yes, Playwright can be used to test the WordPress block editor. This testing approach supports various scenarios including block editor interactions, frontend output validation, and admin page testing for your plugin.

How do I run a Playwright test suite for a local WordPress environment?

You can run the Playwright test suite for a local WordPress environment by executing the command `WP_TEST_URL=http://localhost:8881 npx playwright test`, which initiates the automated browser tests against your specified local URL.

Does automated WordPress plugin testing provide debugging reports?

Yes, automated WordPress plugin testing with Playwright provides debugging options and generates detailed HTML reports. These reports help identify functionality, performance, and security issues while reducing human error.