Files
awesome-copilot/plugins/testing-automation/.github/plugin/plugin.json
2026-02-19 04:34:07 +00:00

34 lines
884 B
JSON

{
"name": "testing-automation",
"description": "Comprehensive collection for writing tests, test automation, and test-driven development including unit tests, integration tests, and end-to-end testing strategies.",
"version": "1.0.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"testing",
"tdd",
"automation",
"unit-tests",
"integration",
"playwright",
"jest",
"nunit"
],
"agents": [
"./agents/tdd-red.md",
"./agents/tdd-green.md",
"./agents/tdd-refactor.md",
"./agents/playwright-tester.md"
],
"skills": [
"./skills/playwright-explore-website/",
"./skills/playwright-generate-test/",
"./skills/csharp-nunit/",
"./skills/java-junit/",
"./skills/ai-prompt-engineering-safety-review/"
]
}