orbit-uat-elementor

Generate Playwright UAT specs for Elementor addon widgets.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a User Acceptance Testing (UAT) template and Playwright spec scaffolds specifically for Elementor addon plugins, streamlining the testing process.

Core Features & Use Cases

  • UAT Template: Designed for Elementor addons, allowing drag-and-drop widget creation, configuration, and verification of frontend output.
  • Playwright Spec Scaffolds: Automates the testing of responsive breakpoints, live preview, and Theme Builder context, enhancing the Elementor development experience.
  • Use Case: When you need to perform UAT on an Elementor widget, this skill helps ensure that your widget functions correctly in various scenarios.

Quick Start

Run the skill on your Elementor plugin with the following command:

PLUGIN_SLUG=my-elementor-addon npx playwright test --project=uat-elementor

Frequently Asked Questions about orbit-uat-elementor

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

FAQPage Schema
How do I automate user acceptance testing for an Elementor addon plugin?

You can automate user acceptance testing for an Elementor addon by running Playwright spec scaffolds that verify widget drag-and-drop creation, configuration, and frontend output. This template provides the necessary UAT scaffolding to ensure your widget functions correctly across various scenarios.

What does Playwright UAT scaffolding test in Elementor widgets?

Playwright UAT scaffolding tests Elementor widget frontend functionality, responsive breakpoints, live preview, and Theme Builder context. It automates verification of the widget output to ensure the addon renders and behaves correctly without manual browser checks.

Can I use this UAT template to verify Elementor widget responsiveness?

Yes, you can use this UAT template to verify Elementor widget responsiveness. The Playwright spec scaffolds specifically automate testing across responsive breakpoints and live preview environments to ensure your addon adapts correctly to different screen sizes.

How do I run end-to-end tests for my Elementor plugin with Playwright?

You run end-to-end tests by executing the Playwright test command with your plugin slug and the UAT project flag. Setting the PLUGIN_SLUG environment variable targets your specific Elementor addon for the test suite execution.

Do I need a live WordPress environment for Elementor widget testing?

Yes, Elementor widget testing requires a live WordPress environment with the Elementor plugin and your addon installed. The Playwright UAT scaffolding interacts with the Elementor editor to drag, drop, and configure widgets before verifying the frontend output.

What is the best way to test Elementor addons in Theme Builder context?

The best way to test Elementor addons in Theme Builder context is using Playwright spec scaffolds designed for UAT. This template specifically targets Theme Builder scenarios, ensuring your widget functions correctly within the broader site editing environment.