integration-test-video

Record integration test videos with event overlay annotations.

6|Updated May 10, 2026
One-click install
npx skills add https://github.com/Luohao-Yan/warp-cn --skill integration-test-video-luohao-yan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-test-video
Source: https://github.com/Luohao-Yan/warp-cn/tree/main/.warp/skills/integration-test-video
Command: npx skills add https://github.com/Luohao-Yan/warp-cn --skill integration-test-video-luohao-yan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of running integration tests with video capture, providing detailed insights into the application's behavior and facilitating debugging and demo creation.

Core Features & Use Cases

  • Automated Test Video Recording: Capture video of integration tests, including event overlay annotations for mouse and keyboard input.
  • Review Recording Artifacts: Analyze the captured video and screenshots to review test results.
  • Author Tests: Create tests that capture video for debugging or demos.
  • Use Case: When you need to ensure the stability of your application's integration, use this Skill to automatically record tests and review the results.

Quick Start

Run the integration test video recording for the 'test_example' with video capture enabled.

Frequently Asked Questions about integration-test-video

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

FAQPage Schema
How do I automate integration test video recording for debugging?

Automating integration test video recording requires real display capture and environment variables to control recording behavior, capturing visual outputs and event overlay annotations for mouse and keyboard input to facilitate debugging.

Can I add mouse and keyboard event overlays to integration test recordings?

Yes, you can add event overlay annotations for mouse and keyboard input to integration test recordings, applying real display capture to visualize interactions for detailed debugging and demo creation.

What is the best way to create demos from integration tests?

Creating demos from integration tests involves authoring tests with video capture enabled, automatically recording the execution with input event overlays to produce visual artifacts for review and presentation.

Do I need real display capture to record integration test videos?

Yes, real display capture is required to record integration test videos, along with specific environment variables to control the recording behavior and ensure accurate visual capture of the application.

How do I review integration test recording artifacts after execution?

Reviewing integration test recording artifacts involves analyzing the captured video and screenshots generated during the test run to inspect application behavior, verify stability, and identify root causes of failures.

Why are my integration test video recordings not capturing input events?

Integration test video recordings may fail to capture input events if real display capture is not properly configured or the required environment variables controlling recording behavior are not set correctly.