Testing & Test Automation Plugin

February 5, 2026 ยท View on GitHub

Comprehensive collection for writing tests, test automation, and test-driven development including unit tests, integration tests, and end-to-end testing strategies.

Installation

# Using Copilot CLI
copilot plugin install testing-automation@awesome-copilot

What's Included

Commands (Slash Commands)

CommandDescription
/testing-automation:playwright-explore-websiteWebsite exploration for testing using Playwright MCP
/testing-automation:playwright-generate-testGenerate a Playwright test based on a scenario using Playwright MCP
/testing-automation:csharp-nunitGet best practices for NUnit unit testing, including data-driven tests
/testing-automation:java-junitGet best practices for JUnit 5 unit testing, including data-driven tests
/testing-automation:ai-prompt-engineering-safety-reviewComprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content.

Agents

AgentDescription
tdd-redGuide test-first development by writing failing tests that describe desired behaviour from GitHub issue context before implementation exists.
tdd-greenImplement minimal code to satisfy GitHub issue requirements and make failing tests pass without over-engineering.
tdd-refactorImprove code quality, apply security best practices, and enhance design whilst maintaining green tests and GitHub issue compliance.
playwright-testerTesting mode for Playwright tests

Source

This plugin is part of Awesome Copilot, a community-driven collection of GitHub Copilot extensions.

License

MIT