integration-test-video

Record Warp integration tests with video, screenshots, and input event overlays.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Warp developers often need reliable visual records of integration tests to diagnose failures, demonstrate behavior, and document workflows. This skill provides a streamlined approach to running integration tests with screenshot and video capture, including overlay annotations for mouse and keyboard input to enhance debugging and demonstration efforts.

Core Features & Use Cases

  • Automated integration test recording with real or virtual displays for consistent artifacts.
  • Overlay annotations for mouse and keyboard events to improve traceability during reviews.
  • Generates artifacts such as recording.mp4, recording.log, and per-test screenshots in timestamped directories for audit and sharing.
  • Use Case: capture a failing test run to reproduce steps and verify fixes with a complete video record.

Quick Start

Run the integration test video workflow for a test to automatically record and save artifacts.

Frequently Asked Questions about integration-test-video

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

FAQPage Schema
How do I record integration tests with video and screenshot capture?

Record integration tests with video and screenshot capture by running automated workflows that save visual artifacts, including mouse and keyboard event overlays, to timestamped directories for debugging and reproducibility.

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

Yes, you can add mouse and keyboard event overlays to UI test recordings to improve traceability during reviews and enhance debugging efforts by visually annotating input events directly onto the video capture.

How do I capture a failing integration test run to reproduce steps?

Capture a failing integration test run by executing the recording workflow, which generates a complete video record alongside per-test screenshots and logs to verify fixes and reproduce exact failure steps.

Does integration test video recording work with virtual displays?

Yes, integration test video recording supports both real and virtual displays to ensure consistent artifact generation, utilizing environment variables for display control to maintain reproducibility across different development workflows.

What artifacts are generated when recording integration tests?

Recording integration tests generates artifacts including recording.mp4, recording.log, and per-test screenshots saved in timestamped directories, providing complete audit trails for sharing and visual verification of UI flows.

Why do I need video recordings of integration tests for debugging?

Video recordings of integration tests provide reliable visual records needed to diagnose failures, demonstrate behavior, and document workflows, offering complete visual verification of UI flows that static logs alone cannot capture.