Skip to content

github/testing-automation

v1.0.0MIT

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

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.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"
  ],
  "extensions": {
    "com.github.awesome-copilot": {
      "agents": [
        "./agents/playwright-tester.md",
        "./agents/tdd-green.md",
        "./agents/tdd-red.md",
        "./agents/tdd-refactor.md"
      ],
      "skills": [
        "./skills/ai-prompt-engineering-safety-review/",
        "./skills/csharp-nunit/",
        "./skills/java-junit/",
        "./skills/playwright-explore-website/",
        "./skills/playwright-generate-test/"
      ]
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.github.awesome-copilot