voice-e2e-test

Automate end-to-end voice call pipeline validation with Playwright scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cncorp/arsenal --skill voice-e2e-test
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: voice-e2e-test
Source: https://github.com/cncorp/arsenal/tree/main/dot-claude/skills/voice-e2e-test
Command: npx skills add https://github.com/cncorp/arsenal --skill voice-e2e-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, docker, and includes scripts (resource) components.

What problem does it solve?

This Skill orchestrates end-to-end testing of the voice call pipeline, including auth flow, transcripts, scores, and reports.

Core Features & Use Cases

  • E2E Playwright tests: script-generated tests for each step.
  • Timed steps: mandatory timing output.
  • Screenshots & transcripts: capture call data.

Quick Start

Use the included Playwright-based steps to run the voice e2e tests.

Frequently Asked Questions about voice-e2e-test

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

FAQPage Schema
How do I automate end-to-end testing for voice call pipelines?▼

End-to-end voice call testing automates validation of authentication flows, transcripts, and call scores using Playwright-driven scripts in Docker Compose environments. This Skill generates timed test steps, captures screenshots and transcripts, and produces detailed reports for each test run.

Can I use Playwright to test voice call authentication and transcripts?▼

Yes. Playwright scripts in this Skill validate the complete voice call pipeline, including auth verification, real-time transcript monitoring, and score tracking. Tests run in Docker Compose with configurable headless or headed browser modes.

What timing and reporting features are included in voice e2e tests?▼

This Skill enforces mandatory step timing output formatting and strict failure-tracking rules. It organizes per-run screenshots, captures call transcripts, and generates comprehensive reports documenting each test execution.

Do I need Docker to run end-to-end voice call tests?▼

Yes. This Skill requires Docker Compose to orchestrate the local testing environment where Playwright-based voice call tests execute. Both Playwright and Docker are dependencies for running these tests.

How are voice call test scripts generated and executed?▼

Test scripts are generated dynamically inline for each step of the voice call pipeline. Playwright executes these scripts in a controlled Docker environment, capturing authentication flows, transcripts, and performance metrics with detailed timing output.