Reviewed sourceTestingv1.0.0

testing-automation Agent Plugin

Support test-driven development and automation with red, green, and refactor agents plus Playwright exploration and generation, NUnit, JUnit 5, and AI prompt safety-review skills.

0 repository stars MIT Updated Aug 6, 2026
Reviewed seed

Testing Automation

with reviewed context.

The catalog adds a fixed-commit inventory, operating summary, prerequisites, and task-fit guidance for Testing Automation.

Inspect, compare, verify

Installation

Install Testing Automation

Install from github/awesome-copilot in a compatible Agent Plugins client. Playwright-oriented skills expect a compatible Playwright MCP setup; review generated tests and keep browser actions in isolated test environments.

Terminal · Git sparse checkout
git clone --filter=blob:none --sparse https://github.com/github/awesome-copilot.git
cd awesome-copilot
git sparse-checkout set plugins/testing-automation
Playwright-oriented skills expect a compatible Playwright MCP setup; review generated tests and keep browser actions in isolated test environments.
Review the fixed-source README and manifest before enabling the workflow.

Explainable standards check

Conforms to Agent Plugins 1.0.0

Official latest version: 1.0.0 (Working Draft). The value is read from the official specification and cached for one day.

Read the official specification

This is a static package-format check, not a security audit, quality score, malware scan, or guarantee of client compatibility.

Canonical manifest schema

plugin.json targets the official 1.0.0 schema.

Agent Plugins specification §5.2

Required name and naming rules

The plugin name “testing-automation” satisfies the 1–64 character naming rules.

Agent Plugins specification §§5.3 and 5.5

Closed top-level schema

No unknown top-level manifest fields were found.

Agent Plugins specification §5.2

Manifest field types

All present metadata and extension fields use permitted JSON types.

Agent Plugins specification §§5.2–5.6

Root plugin.json file

A regular plugin.json file exists at the plugin root.

Agent Plugins specification §§4.1 and 5.1

Agent Skills discovery and format

0 immediate-child Agent Skills discovered; every SKILL.md passed required frontmatter and naming checks.

Agent Plugins specification §7.1 and Agent Skills specification

MCP configuration

No root mcp.json is present; MCP is optional and its absence is conforming.

Agent Plugins specification §§6.2 and 7.2

Capabilities

What can you do with testing-automation?

Support test-driven development and automation with red, green, and refactor agents plus Playwright exploration and generation, NUnit, JUnit 5, and AI prompt safety-review skills.

The reviewed package declares 5 skills and 4 agent resources for its documented workflow.

  • Write failing tests from issue requirements
  • Implement minimal code to make tests pass
  • Refactor while preserving green tests
  • Explore websites through Playwright MCP
  • Generate Playwright tests from scenarios
  • Apply NUnit and JUnit 5 testing practices
  • Review AI prompts for safety and effectiveness

Run a red-green-refactor loop

Write failing tests from issue requirements; Implement minimal code to make tests pass; Refactor while preserving green tests.

Explore and automate browser scenarios

Explore websites through Playwright MCP; Generate Playwright tests from scenarios; Apply NUnit and JUnit 5 testing practices.

Practical workflow

A reviewed Testing Automation workflow

Pass 01 / Start

Run a red-green-refactor loop

Begin with a failing test, implement only enough behavior to pass, and refactor with the suite remaining green.

Pass 02 / Verify

Explore and automate browser scenarios

Explore a website before generating a Playwright test, then run and review the resulting automation.

Package contents

What is included in testing-automation?

testing-automation declares 5 Skills, 0 MCP configurations, and 4 additional resources. The included-file links below point to the reviewed source repository.

Agent Skills

5

ai-prompt-engineering-safety-review, csharp-nunit, java-junit, playwright-explore-website, playwright-generate-test

MCP servers

0

No runtime service

Package format

Agent Plugins

Official latest 1.0.0

Synced source content

Repository README

View original README

This README snapshot is stored by Agent Plugins Hub and refreshed by the daily GitHub synchronization pipeline. Remote images and embedded content are not loaded.

Source
https://github.com/github/awesome-copilot#readme

This repository does not currently provide a README snapshot. The plugin instructions below remain available.

Source documentation

Testing Automation source documentation

Rendered from the linked GitHub source. Raw HTML is disabled, scripts cannot execute, remote images are omitted, and external links open separately.

What this catalog entry adds

This entry summarizes the fixed reviewed manifest and README without extending the upstream package's claims.

Package scope

Support test-driven development and automation with red, green, and refactor agents plus Playwright exploration and generation, NUnit, JUnit 5, and AI prompt safety-review skills.

Declared package inventory

Skills: ai-prompt-engineering-safety-review, csharp-nunit, java-junit, playwright-explore-website, playwright-generate-test

Agent resources: playwright-tester, tdd-green, tdd-red, tdd-refactor

Agents are listed as resources because the extension declares them separately from skills. Only the real upstream plugin.json and README.md are listed as package files.

Documented capabilities

  • Write failing tests from issue requirements
  • Implement minimal code to make tests pass
  • Refactor while preserving green tests
  • Explore websites through Playwright MCP
  • Generate Playwright tests from scenarios
  • Apply NUnit and JUnit 5 testing practices
  • Review AI prompts for safety and effectiveness

Workflow

  1. Begin with a failing test, implement only enough behavior to pass, and refactor with the suite remaining green.
  2. Explore a website before generating a Playwright test, then run and review the resulting automation.

Requirements and limitations

Playwright-oriented skills expect a compatible Playwright MCP setup; review generated tests and keep browser actions in isolated test environments.

Review generated output and consequential actions with the relevant maintainer or subject-matter expert.

License

The upstream manifest and README identify the plugin as MIT licensed.