testing▌
305 indexed skills · max 10 per page
angular-testing
analogjs/angular-skills · Testing
Unit and integration testing for Angular v20+ with Vitest or Jasmine, supporting signals and modern patterns. \n \n Supports both Vitest (recommended) and Jasmine test runners with native Angular v20+ integration via @angular/build \n Covers signal-based components, computed values, OnPush change detection, and input/output testing with modern APIs \n Includes HTTP mocking via HttpTestingController , service injection with TestBed.inject() , and dependency mocking with Vitest \n Provides pattern
playwright-explore-website
github/awesome-copilot · Testing
Automated website exploration and test case generation using Playwright. \n \n Navigates to provided URLs and systematically identifies 3-5 core features and user flows \n Documents UI elements, their locators, and expected outcomes for each interaction \n Generates test cases based on exploration findings for immediate use in testing workflows \n Manages browser context lifecycle automatically, closing sessions upon completion \n
e2e-testing-patterns
wshobson/agents · Testing
Comprehensive guide to building reliable, maintainable end-to-end test suites with Playwright and Cypress. \n \n Covers both Playwright and Cypress with setup, configuration, and framework-specific patterns including Page Object Model, fixtures, network mocking, and custom commands \n Addresses core E2E testing philosophy, the testing pyramid, and best practices for deterministic, independent tests using data attributes and user-behavior assertions \n Includes advanced patterns for visual regres
breakdown-test
github/awesome-copilot · Testing
Comprehensive test planning and quality assurance documentation generator aligned with ISTQB and ISO 25010 standards. \n \n Generates three core deliverables: test strategy, test issues checklist, and QA plan from feature PRDs and technical breakdowns \n Applies ISTQB test design techniques (equivalence partitioning, boundary value analysis, decision table testing, state transition testing) and test types (functional, non-functional, structural, change-related) \n Maps all eight ISO 25010 qualit
javascript-testing-patterns
wshobson/agents · Backend
Comprehensive testing strategies for JavaScript/TypeScript using Jest, Vitest, and Testing Library. \n \n Covers unit testing, integration testing, and component testing with patterns for pure functions, classes, async code, and React hooks \n Includes mocking strategies: module mocking, dependency injection, and spying on functions for isolated test execution \n Provides API and database integration test examples with real request/response handling and transaction cleanup \n Supports snapshot t
scoutqa-test
github/awesome-copilot · Testing
AI-powered exploratory testing for web applications with autonomous issue discovery and verification. \n \n Autonomously explores web applications, discovers bugs, and verifies features through natural language test prompts; supports localhost testing without manual setup \n Run tests in parallel across different areas (authentication, accessibility, e-commerce flows) to maximize coverage while continuing other work \n Captures execution ID and browser URL in first 5 seconds, then continues runn
playwright-automation-fill-in-form
github/awesome-copilot · Testing
Automate form filling with Playwright MCP, including text input, date/time selection, and file uploads. \n \n Supports multiple form field types: text inputs, date pickers, time selectors, and file uploads \n Navigates to specified URLs and populates forms with provided data without automatic submission \n Includes review checkpoint before form submission to allow manual verification of filled fields \n
playwright-best-practices
currents-dev/playwright-best-practices-skill · Testing
Comprehensive reference guide for writing, debugging, and maintaining Playwright tests across all testing types and scenarios. \n \n Covers 50+ testing patterns including E2E, component, API, GraphQL, visual regression, accessibility, security, mobile, and Electron app testing \n Includes activity-based lookup tables for writing new tests, debugging failures, fixing flaky tests, and infrastructure setup \n Provides decision trees for test type selection, architecture patterns (POM vs fixtures),
property-based-testing
aj-geddes/useful-ai-prompts · Testing
Property-based testing verifies that code satisfies general properties or invariants for a wide range of automatically generated inputs, rather than testing specific examples. This approach finds edge cases and bugs that example-based tests often miss.
playwright-core
testdino-hq/playwright-skill · Testing
Opinionated, production-tested Playwright guidance — every pattern includes when (and when not) to use it.