integration-tests

Generate and execute Playwright integration tests for web applications.

Updated May 31, 2026
One-click install
npx skills add https://github.com/zizzfizzix/agentic-engineering-framework --skill integration-tests-zizzfizzix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-tests
Source: https://github.com/zizzfizzix/agentic-engineering-framework/tree/main/core/ai/skills/integration-tests
Command: npx skills add https://github.com/zizzfizzix/agentic-engineering-framework --skill integration-tests-zizzfizzix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, typescript, playwright-test, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of creating and running QA integration tests, reducing the time and effort required for comprehensive test coverage and bug detection.

Core Features & Use Cases

  • Automated Test Generation: Generates Playwright tests based on specifications and feature descriptions.
  • Test Execution: Runs existing integration tests after feature/bug implementation.
  • Reporting: Reports failures with artifact-based diagnosis.
  • Use Case: Ideal for development teams that need to quickly verify the integrity of their applications after implementing new features or bug fixes.

Quick Start

Execute all integration tests for your module using the npx playwright test command.

Frequently Asked Questions about integration-tests

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

FAQPage Schema
How do I generate integration tests using Playwright and TypeScript?

Automated integration test generation creates Playwright tests based on your feature descriptions and specifications. It streamlines QA workflows by writing the necessary TypeScript test scripts to validate web application features automatically.

Can I execute existing Playwright tests after implementing a new feature?

Yes, you can execute existing integration tests by running the npx playwright test command. This verifies your application's integrity and detects bugs quickly after implementing new features or applying bug fixes.

Do I need TypeScript and Playwright installed to run automated integration tests?

Yes, Playwright, TypeScript, and the playwright-test framework are required dependencies. You must have this environment configured to generate and execute integration tests for web application feature validation.

What is the best way to validate web application features after a bug fix?

Generating and executing automated Playwright integration tests is an efficient way to validate features. This approach provides comprehensive test coverage and reports failures with artifact-based diagnosis for faster bug detection.

How does artifact-based diagnosis work for integration test failures?

Artifact-based diagnosis reports failures by capturing execution data during Playwright test runs. This allows development teams to quickly identify the root cause of integration test failures without manually debugging the entire test suite.

When do I need automated integration test generation for QA workflows?

Automated integration test generation is needed when development teams require comprehensive test coverage and efficient bug detection. It reduces the manual effort required to write Playwright tests after implementing new application features.