Found 1000 skills for "testing" Page 15 of 84

cleanup-code

Systematic code cleanup across 11 quality dimensions, ordered by risk. Each finding includes confidence scoring (HIGH/MEDIUM/LOW) and all changes are ...

github 5 files

running-e2e-tests

!cat package.json 2>/dev/null | grep -oE 'playwright|cypress|selenium' || echo 'No E2E framework detected' Execute end-to-end tests that simulate real...

github 4 files

managing-database-tests

Manage database testing including fixture loading, transaction-based test isolation, migration validation, query performance testing, and data integri...

github 9 files

validating-api-contracts

Validate API contracts between services using consumer-driven contract testing to prevent breaking changes in microservice architectures. Supports Pac...

github 9 files

generating-test-doubles

Generate mocks, stubs, spies, and fakes to isolate units under test from external dependencies. Supports Jest mocks, Sinon.js stubs, Python unittest.m...

github 6 files

running-integration-tests

Execute integration tests that validate interactions between multiple components, services, and external systems. Tests real database queries, API cal...

github 4 files

generating-unit-tests

Automatically generate comprehensive unit tests from source code analysis covering happy paths, edge cases, boundary conditions, and error handling. S...

github 4 files

managing-snapshot-tests

Create, update, and maintain snapshot tests for UI components and data structures using Jest, Vitest, or pytest snapshot plugins. Manages serialized o...

github 4 files

generating-test-reports

Generate structured, human-readable test reports from raw test runner output including JUnit XML, Jest JSON, pytest results, and coverage data. Produc...

github 9 files

running-smoke-tests

Execute fast, high-confidence smoke tests that validate critical application functionality after deployment or build. Smoke tests verify that the appl...

github 4 files

analyzing-test-coverage

!ls package.json pyproject.toml Cargo.toml go.mod 2>/dev/null || echo 'No project manifest found' !node -v 2>/dev/null || python3 --version 2>/dev/nul...

github 9 files

orchestrating-test-execution

Coordinate parallel test execution across multiple test suites, frameworks, and environments. Manages test splitting, worker allocation, result aggreg...

github 7 files