integration-test

Run and validate API, UI, and database integration tests with Playwright.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alldigitalrewards/changemaker-minimal --skill integration-test-alldigitalrewards
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-test
Source: https://github.com/alldigitalrewards/changemaker-minimal/tree/main/.claude/skills/integration-test
Command: npx skills add https://github.com/alldigitalrewards/changemaker-minimal --skill integration-test-alldigitalrewards

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pnpm.

What problem does it solve?

Ensuring that new features and modifications work correctly across different parts of an application (API, UI, Database) requires thorough integration testing, which can be complex and time-consuming to set up and run. This skill streamlines the process of running and validating integration tests.

Core Features & Use Cases

  • Comprehensive Test Types: Supports API, UI, and Database integration tests using Playwright.
  • Intelligent Test Execution: Allows running all tests, specific files, or tests matching a pattern, with options for UI and debug modes.
  • Structured Test Patterns: Provides templates for common scenarios like authentication, authorization, validation, and workspace isolation.
  • Use Case: After implementing a new API route for challenges, use this skill to run API integration tests. It will verify that the route correctly handles workspace isolation, authentication, and validation, and if any tests fail, it will help you analyze the results and fix the underlying issues.

Quick Start

Run all API integration tests for the challenges feature. If any tests fail, provide a summary of the errors and suggest next steps for debugging.