Files
awesome-copilot/collections/testing-automation.collection.yml
Aaron Powell 86adaa48fe Chat Modes -> Agents (#433)
* Migrating chat modes to agents now that's been released to stable

* Fixing collections

* Fixing names of agents

* Formatting

* name too long

* Escaping C# agent name
2025-11-25 16:24:55 +11:00

38 lines
1.1 KiB
YAML

id: testing-automation
name: Testing & Test Automation
description: 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:
# TDD Chat Modes
- path: agents/tdd-red.agent.md
kind: agent
- path: agents/tdd-green.agent.md
kind: agent
- path: agents/tdd-refactor.agent.md
kind: agent
- path: agents/playwright-tester.agent.md
kind: agent
# Testing Instructions
- path: instructions/playwright-typescript.instructions.md
kind: instruction
- path: instructions/playwright-python.instructions.md
kind: instruction
# Testing Prompts
- path: prompts/playwright-explore-website.prompt.md
kind: prompt
- path: prompts/playwright-generate-test.prompt.md
kind: prompt
- path: prompts/csharp-nunit.prompt.md
kind: prompt
- path: prompts/java-junit.prompt.md
kind: prompt
- path: prompts/ai-prompt-engineering-safety-review.prompt.md
kind: prompt
display:
ordering: alpha
show_badge: true