What problem does it solve?
This Skill eliminates the manual, error-prone effort of writing and updating UI automation tests by giving you a consistent way to create NUnit test classes that validate Decentraland Explorer behavior through the Page Object Model.
Core Features & Use Cases
- Writes and updates NUnit test classes for the Explorer UI automation suite under Tests/Tests/, including new fixtures and additional test methods.
- Ensures correct test orchestration by structuring tests around the expected workflow (Navigate → Verify → Interact → Clean up) and relying on view methods instead of raw locators.
- Guides safe test hygiene and reliability by following BaseTest lifecycle conventions (Escape cleanup, screenshot on failure) and enforcing independent tests with proper panel closing.
Quick Start
Write a new Explorer test class that opens a specified panel, waits for the expected element state, performs the user flow needed for your scenario, and closes the panel before finishing.