test

Automate end-to-end integration testing for the vibes platform with Cloudflare deployment.

134|5|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/popmechanic/vibes-cli --skill test-popmechanic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/popmechanic/vibes-cli/tree/main/skills/test
Command: npx skills add https://github.com/popmechanic/vibes-cli --skill test-popmechanic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates end-to-end testing for the vibes platform, assembling fixtures, deploying Connect + Cloudflare, and exposing a live verification URL.

Core Features & Use Cases

  • Orchestrates credentials, studio deployment, fixture selection, assembly, deployment, and live URL verification across phases.
  • Supports deterministic, auditable test pipelines that can be invoked directly to validate integration points of the vibes stack.

Quick Start

Use the vibes:test flow to run the complete integration test pipeline, including credentials, deployment, assembly, and verification steps.

Frequently Asked Questions about test

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

FAQPage Schema
How do I automate end-to-end integration testing for a vibes platform stack?

End-to-end integration testing for the vibes platform is automated by provisioning fixtures, connecting to staging studios, deploying to Cloudflare, and exposing a live verification URL. The pipeline orchestrates credentials, assembly, deployment, and browser verification across deterministic phases.

What is the best way to run deterministic vibes test suites with Cloudflare deployment?

Running deterministic vibes test suites involves invoking npm scripts and node-based deploy tools within the test-vibes/ directory. This enforces auditable steps for fixture selection, studio deployment, and Cloudflare deployment to validate integration points.

Can I use node and npm scripts to orchestrate staging studio deployment for test automation?

Yes, you can use node-based deploy tools and npm scripts to orchestrate staging studio deployment. The test automation pipeline connects to staging studios, assembles fixtures, and deploys them to verify integration points across multiple phases.

Does the vibes integration testing pipeline include live URL browser verification?

Yes, the vibes integration testing pipeline includes live URL browser verification. After deploying Connect and Cloudflare components, it exposes a live verification URL to validate the deployed fixtures and ensure the end-to-end stack functions correctly.

How do credentials checks work before deploying vibes test fixtures?

Credentials checks are the first phase of the vibes test automation pipeline. They validate access permissions before proceeding to fixture selection, assembly, and Cloudflare deployment, ensuring the staging studio connection and subsequent deployment steps execute without authorization failures.