test
test automates the full integration pipeline: credential setup, fixture selection, assembly, and deployment to Cloudflare with auto-provisioned Connect infrastructure. It generates a live URL for immediate browser testing and validates template assembly across multiple fixture types including basic, minimal, sell-ready, and ai-proxy configurations.
test runs end-to-end integration tests by assembling fixtures, deploying to Cloudflare with auto-provisioned Connect, and generating a live URL for browser verification.
AI-generated summary based on this skill's SKILL.md
Install
popmechanic/VibesOS/test · repository language: HTML
git clone https://github.com/popmechanic/VibesOS
cp -r VibesOS/skills/test ~/.claude/skills/testnpx skillfed install popmechanic/VibesOS/testFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How to run end-to-end integration tests with test?
test automates the full integration pipeline by handling credential setup, fixture selection, assembly, and deployment to Cloudflare Workers with auto-provisioned Connect infrastructure. After deployment, test generates a live URL for immediate browser verification of your test application, eliminating manual setup steps and enabling rapid validation cycles.
Can test deploy fixture-based test applications to Cloudflare Workers?
Yes. test specializes in deploying fixture-based test applications to Cloudflare Workers. It supports multiple fixture types—basic, minimal, sell-ready, and ai-proxy configurations—and validates template assembly for each. The skill automates the entire deployment pipeline, from fixture selection through infrastructure provisioning, so you can test your application against live URLs immediately.
What does test automation with Cloudflare deployment include?
test provides end-to-end test automation for Cloudflare deployments by automating plugin testing, template assembly validation, and multi-tenant configuration testing with OIDC authentication. It verifies your deployment pipeline and infrastructure provisioning while generating live URLs for browser-based verification of deployed test applications.
How does test verify deployment assembly and test apps in browser?
test validates template assembly across fixture types and deploys test apps to Cloudflare with auto-provisioned Connect infrastructure. It then generates a live URL that you can open in your browser to verify the deployed application works correctly, combining automated infrastructure provisioning with manual verification flexibility.
Does test support multi-tenant and factory configuration testing?
Yes. test includes support for testing multi-tenant and factory configurations with OIDC authentication. This capability integrates into the broader integration testing workflow, allowing you to validate complex authentication scenarios alongside fixture-based deployment and live URL browser verification.
What license does test use?
test is released under the MIT license, making it freely available for commercial and personal use with minimal restrictions.
SKILL.md
rendered from the published skill — quoted content, verbatim
> Plan mode: If you are planning work, this entire skill is ONE plan step: "Invoke /vibes:test". Do not decompose the steps below into separate plan tasks.
Integration Test Skill
Orchestrates the full test pipeline: credentials → fixture assembly → Cloudflare deploy (with auto-provisioned Connect) → live URL → unit tests.
Working directory: test-vibes/ (gitignored, persists across runs)
Phase 1: Credentials
Check if test-vibes/.env exists and has OIDC credentials.
# From the plugin root
cat test-vibes/.env 2>/dev/null
If the file exists and contains VITE_OIDC_AUTHORITY:
``` AskUserQuestion: Question: "Reuse existing test credentials? (OIDC
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 2 files
skills/test/SKILL.md
skills/test/references/diagnostics.md