What problem does it solve? After running Playwright E2E tests, teams need a shareable report and a safe place to store bulky evidence like videos, traces, and HAR files. This Skill automates report generation and Google Drive archival so results can be shared with the team without manual file handling. ## Core Features & Use Cases - Automatic report generation: A pytest hook produces reports/<run-id>/report.md with a summary table, failure details, body_check violations, and evidence links after every test run. - Drive upload workflows: Upload evidence automatically at session end via --pwk-drive-folder, or manually with scripts for single files, recursive directory mirroring, and Markdown-to-Google-Docs conversion with embedded Drive links. - Trace Viewer integration: Publicly uploaded trace.zip files get a trace.playwright.dev URL so anyone can replay traces in a browser without installing Playwright. - Use Case: After running ./scenario-test/run.sh, mirror the whole reports/<run-id>/ folder to a private Drive folder, convert report.md into a Google Doc with clickable evidence links, and share the Doc URL on Slack. ## Quick Start Run the Playwright scenario tests with a Drive folder specified, then ask the AI to convert the generated report into a Google Doc with embedded evidence links and share it with the team.