Skip to content

[training-plan] Add research-backed training node: Verify Your Agent's Work with Browser Automation - #3224

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
add-playwright-training-node-aa85b2c066678f63
Draft

[training-plan] Add research-backed training node: Verify Your Agent's Work with Browser Automation#3224
github-actions[bot] wants to merge 1 commit into
mainfrom
add-playwright-training-node-aa85b2c066678f63

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Caution

Protected files were modified in this change.
This pull request is in request_review mode and requires explicit human scrutiny before merge.

Protected files: README.md

Research focus

The built-in playwright tool for browser automation and visual verification in agentic workflows — the tools: playwright: frontmatter key, browsers/version pinning, the playwright network ecosystem, and driving the CLI loop (open, snapshot, click/fill, screenshot) via playwright-cli.

Sources reviewed:

Gap identified

Steps 1–29 cover frontmatter, safe-outputs, MCP tools, memory, sub-agents, evals, orchestration, and skills, but no step teaches the agent to look at a rendered page. The playwright tool is a first-class, compiler-provisioned capability (browsers pinned automatically, no manual npx playwright install) that closes this gap by letting an agent verify that a live web surface actually renders/behaves as intended, instead of relying on text-only output.

Files updated

  • workshop/30-browser-automation-with-playwright.md (new node): "Verify Your Agent's Work with Browser Automation" — adds the tools: playwright: block, the playwright network ecosystem, and a playwright-cli open → snapshot → screenshot verification exercise, with a ## :white_check_mark: Checkpoint checklist.
  • workshop/README.md: added the new node as row 30 in the Part 2 curriculum table.
  • workshop/00-welcome.md: no change needed (file does not reference an explicit step count).

XML comment metadata

Stored at the top of workshop/30-browser-automation-with-playwright.md in a <research-metadata> block containing <focus>, <sources>, and <rationale> elements, following the same pattern used in steps 27 and 29.

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • registry.npmjs.org

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "registry.npmjs.org"

See Network Configuration for more information.

Generated by 🧠 Training Plan Researcher · copilot · auto · 54 AIC · ⌖ 17.7 AIC · ⊞ 7.4K ·

  • expires on Sep 12, 2026, 4:05 PM UTC

…ser Automation

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot added documentation Improvements or additions to documentation training-plan workshop labels Sep 11, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Protected files were modified in this pull request and require manual scrutiny before merge.

Please verify that each protected-file change is intentional, policy-compliant, and safe:

  • Protected files: README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation training-plan workshop

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants