What problem does it solve?
This Skill makes automated Selenium acceptance tests observable in real time by temporarily switching them from headless execution to a visible, slowed-down demo mode. It helps when you need to present UI behavior, inspect test flow visually, or confirm what the browser is doing step by step.
Core Features & Use Cases
- Visible browser demos: Runs Selenium tests in non-headless mode so the browser stays open and can be watched.
- Slow-motion execution: Injects delays into navigation and element lookup flows so each interaction is easier to follow.
- Clean environment orchestration: Restarts backend services, clears test email state, checks health status, and verifies frontend readiness before execution.
- Safe temporary modification: Reverts all test configuration changes after completion, including failures or timeouts.
- Use case: Ideal for demoing a specific acceptance test to teammates, debugging flaky UI behavior visually, or showcasing an end-to-end workflow during product reviews.
Quick Start
Ask the AI to run the demo skill for a specific Selenium test method, class, or the full frontend acceptance suite in visible slow-motion mode.