test-author

Automate web-first test stack setup for Capacitor apps with Vitest, Playwright, axe-core, and Lighthouse CI.

Updated May 30, 2026
One-click install
npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill test-author-innerscopehearing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-author
Source: https://github.com/InnerScopeHearing/otchealth-claude-tools/tree/main/skills/test-author
Command: npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill test-author-innerscopehearing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a streamlined process for setting up and authoring the test stack for Capacitor apps, focusing on web-first testing and reducing the need for native device automation.

Core Features & Use Cases

  • Web-First Testing Setup: Automates the installation and configuration of testing tools like Vitest, Playwright, axe-core, and Lighthouse CI.
  • Cross-Platform Support: Supports testing across different browsers, including Chromium and WebKit.
  • Accessibility Testing: Includes axe-core for accessibility testing, ensuring compliance with WCAG 2.2 AA standards.
  • Visual Snapshots: Generates visual snapshots for regression testing.
  • Lighthouse CI Integration: Integrates with Lighthouse CI for performance and size budget tracking.
  • Use Case: For a development team looking to implement a robust testing strategy for a Capacitor app, this Skill can significantly reduce the setup time and ensure a comprehensive test coverage.

Quick Start

Install the skill and follow the instructions to set up your testing environment for your Capacitor app.

Frequently Asked Questions about test-author

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

FAQPage Schema
How do I set up a web-first test stack for a Capacitor app?

You can automate web-first test stack setup for Capacitor apps by coordinating Vitest, Playwright, axe-core, and Lighthouse CI. This streamlines the installation and configuration process to ensure comprehensive cross-browser testing coverage.

Can I run Playwright cross-browser testing on both Chromium and WebKit for my Capacitor app?

Yes, the web-first testing setup supports cross-browser testing across different browsers including Chromium and WebKit. This allows you to validate your Capacitor app without relying heavily on native device automation.

How do I automate WCAG 2.2 AA accessibility testing for my web application?

Automate WCAG 2.2 AA accessibility testing by integrating axe-core into your web-first test stack. This ensures compliance by automatically evaluating your application against accessibility standards during the testing workflow.

What is the best way to track performance budgets using Lighthouse CI in a web testing workflow?

Integrate Lighthouse CI directly into your web testing workflow to automate performance and size budget tracking. This approach coordinates performance validation alongside functional and accessibility tests within your development pipeline.

Does Vitest work with Playwright for visual regression testing?

Vitest and Playwright are coordinated within this testing setup to enable visual regression testing. The stack generates visual snapshots to detect UI changes and ensure application stability across different browsers.