demo

Visualize Selenium test execution in slow-motion for debugging.

45|13|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/rakovi4/continue-framework --skill demo-rakovi4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: demo
Source: https://github.com/rakovi4/continue-framework/tree/main/.claude/skills/demo
Command: npx skills add https://github.com/rakovi4/continue-framework --skill demo-rakovi4

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Skill overcomes the challenge of debugging Selenium tests by providing a visible, slow-motion playback of the test execution process, allowing users to observe the test step-by-step and identify issues more easily.

Core Features & Use Cases

  • Slow-Motion Playback: Allows users to watch Selenium tests run at a slower pace for better visibility.
  • Non-Headless Mode: Enables visual debugging without the complexities of headless browsers.
  • Use Case: When a user needs to demonstrate a test or troubleshoot a specific test case, they can use this Skill to visualize the test execution.

Quick Start

Run the Selenium test 'should_display_board_with_columns' in slow-motion with /demo should_display_board_with_columns.

Frequently Asked Questions about demo

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

FAQPage Schema
How do I debug Selenium tests visually to see what happens step-by-step?

You can debug Selenium tests visually by running them in a non-headless mode with slow-motion playback, allowing you to observe the execution process step-by-step and identify issues more easily.

What is the best way to demonstrate front-end test execution for an audience?

The best way to demonstrate front-end test execution is using slow-motion playback, which allows you to watch Selenium tests run at a slower pace for better visibility and clear presentation.

Can I run a specific Selenium test case in slow-motion?

Yes, you can run a specific Selenium test case in slow-motion by invoking the test name directly, such as executing the should_display_board_with_columns test case with the /demo command.

Does this visual test execution approach work with headless browsers?

No, this visual test execution approach is designed specifically for non-headless Selenium tests, enabling visual debugging without the complexities of headless browsers.

Why are my Selenium tests failing and how can slow-motion playback help?

Slow-motion playback helps you understand why Selenium tests are failing by providing a visible, step-by-step view of the test execution process, allowing you to observe the exact moment issues occur.