testing-workflows

Coordinates UIUnitLogic testing workflows across platforms for Axon Ivy and non-Axon Ivy projects.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/johwer/marketplace --skill testing-workflows
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: testing-workflows
Source: https://github.com/johwer/marketplace/tree/main/skills/testing-workflows
Command: npx skills add https://github.com/johwer/marketplace --skill testing-workflows

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams often struggle with coordinating test planning, maintaining coverage across units, integrations, and end-to-end flows, and capturing actionable bug reports for rapid fixes.

Core Features & Use Cases

  • Frontend Testing (Vitest + Playwright): unit and end-to-end coverage for web UIs.
  • Backend Testing (xUnit): service-level tests with real or simulated data to validate business logic.
  • Regression & Bug Reporting Workflow: templates and pipelines to reproduce, track, and close defects efficiently.

Quick Start

Run a full QA testing cycle for a new feature by configuring unit, integration, and end-to-end tests with Vitest, Playwright, and xUnit.

Frequently Asked Questions about testing-workflows

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

FAQPage Schema
How do I coordinate QA testing workflows from test planning to bug reporting?▼

QA testing workflows are coordinated by applying structured test planning, executing unit, integration, and E2E tests, and generating actionable bug reports to track and close defects efficiently.

Can I use Playwright and Vitest together for frontend testing?▼

Yes, Playwright and Vitest can be used together to provide comprehensive frontend testing, utilizing Vitest for unit tests and Playwright to execute end-to-end web UI coverage.

Does this approach support backend testing with xUnit?▼

Yes, xUnit is supported for backend testing to validate service-level business logic using real or simulated data, ensuring comprehensive integration coverage across backend services.

What is the best way to track regressions and capture bug reports?▼

The best way to track regressions and capture bug reports is by integrating testing workflows with CI pipelines, using structured templates to reproduce, track, and close defects efficiently.

How do I run a full QA testing cycle for a new feature?▼

Run a full QA testing cycle for a new feature by configuring unit, integration, and end-to-end tests with Vitest, Playwright, and xUnit, then executing regression tracking through CI integration.