mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
34 lines
884 B
JSON
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/"
|
|
]
|
|
}
|