awesome-copilot/collections/testing-automation.md
Copilot dfe63f4542
Implement Collections feature for grouping related prompts, instructions, and chat modes (#232)
* Initial plan

* Implement core Collections feature with YAML parsing and README generation

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

* Complete Collections feature implementation with validation, tooling, and documentation

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

* Update generated README files to include collections instructions

* Fix YAML parsing logic bug: replace impossible condition with proper indentation check

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

* Refactor: Extract YAML parser to shared module and improve user experience

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

* fixing task and file permissions

* Better args handling

* Adding some more collections

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-09-17 10:15:34 +10:00

10 KiB

Testing & Test Automation

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

Tags: testing, tdd, automation, unit-tests, integration, playwright, jest, nunit

Items in this Collection

Title Type Description
AI Prompt Engineering Safety Review & Improvement
Install in VS Code
Install in VS Code Insiders
Prompt Comprehensive 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.
JUnit 5+ Best Practices
Install in VS Code
Install in VS Code Insiders
Prompt Get best practices for JUnit 5 unit testing, including data-driven tests
NUnit Best Practices
Install in VS Code
Install in VS Code Insiders
Prompt Get best practices for NUnit unit testing, including data-driven tests
Playwright Python Test Generation Instructions
Install in VS Code
Install in VS Code Insiders
Instruction Playwright Python AI test generation instructions based on official documentation.
Playwright Tester
Install in VS Code
Install in VS Code Insiders
Chat Mode Testing mode for Playwright tests
Playwright Typescript
Install in VS Code
Install in VS Code Insiders
Instruction Playwright test generation instructions
TDD Green Phase - Make Tests Pass Quickly
Install in VS Code
Install in VS Code Insiders
Chat Mode Implement minimal code to satisfy GitHub issue requirements and make failing tests pass without over-engineering.
TDD Red Phase - Write Failing Tests First
Install in VS Code
Install in VS Code Insiders
Chat Mode Guide test-first development by writing failing tests that describe desired behaviour from GitHub issue context before implementation exists.
TDD Refactor Phase - Improve Quality & Security
Install in VS Code
Install in VS Code Insiders
Chat Mode Improve code quality, apply security best practices, and enhance design whilst maintaining green tests and GitHub issue compliance.
Test Generation with Playwright MCP
Install in VS Code
Install in VS Code Insiders
Prompt Generate a Playwright test based on a scenario using Playwright MCP
Website Exploration for Testing
Install in VS Code
Install in VS Code Insiders
Prompt Website exploration for testing using Playwright MCP

This collection includes 11 curated items for testing & test automation.