orchardcore-tester
Installation
SKILL.md
OrchardCore Feature Testing
This skill guides you through testing OrchardCore CMS features using browser automation with playwright-cli.
Prerequisites
- OrchardCore repository (working directory)
- .NET SDK 10.0+ installed
playwright-cliskill available
Core Workflow
Testing an OrchardCore feature follows these steps:
- Build the application
- Run the application server (background)
- Setup a test site (if needed)
- Test the feature via browser
- Verify results and clean up
Related skills
More from orchardcms/orchardcore
orchardcore-theme-creator
Creates new OrchardCore themes with proper structure, manifest, layouts, and assets. Use when the user needs to create a new theme, customize layouts, or set up frontend assets.
23orchardcore-module-creator
Creates new OrchardCore modules with proper structure, manifest, startup, and patterns. Use when the user needs to create a new module, add content parts, fields, drivers, handlers, or admin functionality.
22