-
Notifications
You must be signed in to change notification settings - Fork 28
chore: add multi-device docs tester #3603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
oops did not mean to trigger copilot |
I addressed your change requests (manually). 🤓 Let's merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new agentic workflow called "Multi-Device Docs Tester" that automatically tests documentation sites across multiple device types (mobile, tablet, desktop) on a daily schedule. The workflow uses Playwright for browser automation and creates GitHub issues when problems are detected.
Key Changes
- Automated testing workflow: Tests documentation site responsiveness, accessibility, interactions, and visual validation across 10+ device configurations
- Scheduled execution: Runs daily at 9 AM UTC with optional manual triggering
- Issue reporting: Creates detailed GitHub issues for detected problems with severity categorization
- Screenshot capture: Uploads screenshots as assets for visual validation
Reviewed Changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
.github/workflows/daily-multi-device-docs-tester.md |
Workflow source file defining the multi-device testing agent with configuration issues in tool and safe-output settings |
.github/workflows/daily-multi-device-docs-tester.lock.yml |
Compiled GitHub Actions workflow with 4474 lines implementing the agent execution, safe-outputs, and threat detection jobs |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
New workflow: Multi-device Docs Tester
.github/workflows/multi-device-docs-tester.mdwith the help ofcreate-agentic-workflowinteractive session, which: