integration-test-video

Record Warp integration tests with video and overlay annotations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically records Warp integration tests with screenshot and video capture to enable debugging, demos, and artifact review.

Core Features & Use Cases

  • Automatic or driver-managed video recording for integration tests, including overlays based on input events.
  • Screenshot capture and artifact collection of test runs to assist debugging and demonstrations.
  • Use Case: when you need a reproducible visual record of test failures or UI interactions across test suites.

Quick Start

Run the integration test with real-display enabled using the integration binary to record video during execution, then review the artifacts directory for recording.mp4 and any screenshots.

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 for debugging?

To record integration tests with video, run the integration binary with real-display enabled. This captures recording.mp4 and screenshots during execution, storing them as artifacts for debugging and demonstrations.

Can I capture screenshots and video artifacts during test runs?

Yes, you can capture screenshots and video artifacts during test runs. The tool automatically collects these artifacts, including overlays based on input events, to assist with debugging and reviewing UI interactions.

What environment variables are needed for integration test video recording?

Required environment variables include WARPUI_USE_REAL_DISPLAY_IN_INTEGRATION_TESTS and WARP_INTEGRATION_TEST_VIDEO. These control display usage and video capture during test execution across local and CI workflows.

Where are test recording artifacts stored after execution?

Test recording artifacts are stored under TMPDIR or a custom path you specify. After execution, review this artifacts directory for recording.mp4 files and any captured screenshots from the test run.

Does this work with CI workflows for integration test artifact management?

Yes, it supports CI workflows for integration test artifact management. The tool coordinates test selection and overlay generation through explicit test-driving steps, capturing visual artifacts across test suites in both local and CI environments.