testing-qa

Featured

Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance.

Testing & QA 38,979 stars 6339 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Testing/QA Workflow Bundle ## Overview Comprehensive testing and quality assurance workflow covering unit tests, integration tests, E2E tests, browser automation, and quality gates for production-ready software. ## When to Use This Workflow Use this workflow when: - Setting up testing infrastructure - Writing unit and integration tests - Implementing E2E tests - Automating browser testing - Establishing quality gates - Performing code review ## Workflow Phases ### Phase 1: Test Strategy #### Skills to Invoke - `test-automator` - Test automation - `test-driven-development` - TDD #### Actions 1. Define testing strategy 2. Choose testing frameworks 3. Plan test coverage 4. Set up test infrastructure 5. Configure CI integration #### Copy-Paste Prompts ``` Use @test-automator to design testing strategy ``` ``` Use @test-driven-development to implement TDD workflow ``` ### Phase 2: Unit Testing #### Skills to Invoke - `javascript-testing-patterns` - Jest/Vitest - `python-testing-patterns` - pytest - `unit-testing-test-generate` - Test generation - `tdd-orchestrator` - TDD orchestration #### Actions 1. Write unit tests 2. Set up test fixtures 3. Configure mocking 4. Measure coverage 5. Integrate with CI #### Copy-Paste Prompts ``` Use @javascript-testing-patterns to write Jest tests ``` ``` Use @python-testing-patterns to write pytest tests ``` ``` Use @unit-testing-test-generate to generate unit tests ``` ### Phase 3: Integration Testing #### Skills to Invoke - ...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Related Skills