orchardcore-tester

Test OrchardCore CMS features via playwright-cli browser automation.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/shinexyt/OrchardDashboard --skill orchardcore-tester-shinexyt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchardcore-tester
Source: https://github.com/shinexyt/OrchardDashboard/tree/main/.github/skills/orchardcore-tester
Command: npx skills add https://github.com/shinexyt/OrchardDashboard --skill orchardcore-tester-shinexyt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of building, running, setting up, and testing OrchardCore CMS features, ensuring functionality and stability.

Core Features & Use Cases

  • Automated Build & Run: Compiles and launches OrchardCore applications for testing.
  • Site Setup & Configuration: Automates the initial setup wizard and configuration steps.
  • Feature Testing: Executes browser automation scripts to test various OrchardCore functionalities like content management, media library, and admin features.
  • Use Case: You need to verify that a new custom module integrates correctly with OrchardCore's content management system. This Skill can build the application, set up a test site, and then run automated tests against the module's features.

Quick Start

Use the orchardcore-tester skill to build and run the OrchardCore CMS application.

Frequently Asked Questions about orchardcore-tester

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

FAQPage Schema
How do I automate testing for OrchardCore CMS features?

Automate OrchardCore CMS feature testing by using browser automation through playwright-cli to build, run, and verify site functionalities. This facilitates executing deterministic tasks against content management and admin features.

What do I need to set up a test site for OrchardCore using Playwright?

You need the .NET SDK and playwright-cli installed to set up a test site. These dependencies compile the OrchardCore application and execute the browser automation scripts required for setup and verification.

Can I test OrchardCore custom modules with Playwright automation?

Yes, you can test custom modules by compiling the OrchardCore application, automating the initial setup wizard, and running browser automation scripts to verify module integration with content management features.

Does OrchardCore testing require the .NET SDK to build and run applications?

Yes, the .NET SDK is required to build and launch OrchardCore applications for testing. It ensures deterministic task execution and verification when combined with playwright-cli for browser automation.

What is the best way to verify OrchardCore admin features and media library functionality?

The best way to verify OrchardCore admin features and media library functionality is using playwright-cli browser automation. It automates site setup and executes scripts to test these specific CMS features deterministically.