WaveXis CI/CD Integration

Integrate browser-based testing and performance auditing into CI/CD pipelines with WaveXis CLI.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/MathiasPaulenko/ai-toolkit --skill wavexis-ci-cd-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: WaveXis CI/CD Integration
Source: https://github.com/MathiasPaulenko/ai-toolkit/tree/main/skills/wavexis-ci-cd
Command: npx skills add https://github.com/MathiasPaulenko/ai-toolkit --skill wavexis-ci-cd-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wavexis, and includes references (resource) and assets (resource) components.

What problem does it solve?

This skill addresses the challenge of integrating browser-based testing into automated pipelines, ensuring that performance, accessibility, and visual consistency are validated before deployment.

Core Features & Use Cases

  • Automated CI Gates: Enforce performance budgets (CWV), accessibility standards, and visual regression tests with automated exit codes.
  • Batch Processing: Efficiently run smoke tests across multiple URLs in a single pipeline step.
  • Docker Serve Mode: Optimize CI resource usage by sharing browser instances across concurrent jobs.

Quick Start

Use the WaveXis CI/CD integration skill to run a performance and accessibility audit on the staging environment URL and fail the build if any metrics exceed the defined thresholds.

Frequently Asked Questions about WaveXis CI/CD Integration

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

FAQPage Schema
How do I automate browser testing and enforce quality gates in a CI/CD pipeline?

Automate browser testing by integrating CLI commands into your pipeline to validate Core Web Vitals, accessibility compliance, and visual regression, failing builds via automated exit codes when metrics exceed defined thresholds.

Can I run visual regression and accessibility audits across multiple URLs in one step?

Yes, batch processing efficiently runs smoke tests across multiple URLs in a single pipeline step, validating visual regression and accessibility standards concurrently before deployment.

Do I need a specific browser environment to run automated performance auditing in CI?

Yes, performance auditing requires a configured environment with Chrome or Edge, and supports containerized execution via Docker to share browser instances across concurrent jobs.

What is the best way to optimize CI resources when running concurrent browser tests?

Use Docker serve mode to optimize CI resource usage by sharing browser instances across concurrent jobs, reducing overhead during automated performance and accessibility validation.

How do Core Web Vitals performance budgets work as automated CI gates?

Core Web Vitals performance budgets act as CI gates by running automated audits on staging URLs, returning failure exit codes when page speed or rendering metrics exceed your defined thresholds.

Does WaveXis CI/CD Integration support containerized execution for shared browser sessions?

Yes, it supports containerized execution via Docker, allowing shared browser sessions that optimize resource usage during concurrent pipeline jobs for accessibility and visual regression testing.