integration-test-video

Record integration test videos with event overlays for Warp.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/pathtoresiliencebv/warp-customized --skill integration-test-video-pathtoresiliencebv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-test-video
Source: https://github.com/pathtoresiliencebv/warp-customized/tree/main/.warp/skills/integration-test-video
Command: npx skills add https://github.com/pathtoresiliencebv/warp-customized --skill integration-test-video-pathtoresiliencebv

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of recording and analyzing integration tests for Warp, reducing the time spent on manual verification and providing a clear record of test outcomes.

Core Features & Use Cases

  • Video Recording: Capture detailed video recordings of integration tests, including mouse and keyboard input.
  • Screenshot Capture: Collect screenshots for each test step for detailed review.
  • Event Overlay Annotations: Annotate videos with mouse and keyboard events for clear debugging and analysis.
  • Use Case: For developers who need to create or review integration tests for Warp, this Skill automates the recording process, ensuring that all test interactions are captured accurately.

Quick Start

To start recording an integration test, run the command: cargo run -p integration --bin integration -- test_video_recording

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 video recording for Rust integration tests?

You can automate integration test video recording by running a Cargo command that captures video and screenshots with event overlays. This streamlines manual verification by providing a clear, automated record of test outcomes.

What is the best way to capture screenshots during integration testing?

The best way to capture screenshots during integration testing is using an automated recording tool that collects screenshots for each test step. This allows for detailed review of mouse and keyboard interactions.

Does this integration test recording tool require Rust and Cargo?

Yes, this integration test recording tool requires Rust and Cargo for execution. You need to have the Rust environment set up to run the specified Cargo command for capturing test videos.

Can I annotate integration test videos with mouse and keyboard events?

Yes, you can annotate integration test videos with mouse and keyboard event overlays. This feature provides clear debugging context by visually marking inputs directly on the captured recording.

How do I start recording an integration test for the Warp development environment?

To start recording an integration test for Warp, run the command: cargo run -p integration --bin integration -- test_video_recording. This automates the capture of video and screenshots with event overlays.

Can I conditionally record integration test videos based on environment variables?

Yes, you can conditionally record integration test videos based on environment variables and test specifications. This allows you to control when video recording is triggered during your test runs.