en un clic
testing
Guidelines for testing using Playwright and Chrome DevTools
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Guidelines for testing using Playwright and Chrome DevTools
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | testing |
| description | Guidelines for testing using Playwright and Chrome DevTools |
Use Playwright MCP for end-to-end testing and Chrome DevTools for debugging. Follow page-specific test instructions in .github/instructions/page.<page-name>.instructions.md files for detailed testing procedures.
Refer to these instruction files for detailed test procedures for each page:
page.home.instructions.md - Home page navigation and initial setuppage.create-game.instructions.md - Game creation workflowpage.saved-games.instructions.md - Saved games managementpage.custom-game-modes.instructions.md - Custom game modes handlingpage.play.instructions.md - Game playing interfacepage.game-summary.instructions.md - Post-game summary displaypage.campaign-games.instructions.md - Campaign games listingpage.start-campaign.instructions.md - Campaign initializationpage.continue-campaign.instructions.md - Campaign continuationpage.campaign-upgrade.instructions.md - Campaign progressionpage.not-found.instructions.md - Error page handlingmcp_playwright_browser_navigate to navigate to different pagesmcp_playwright_browser_click to interact with buttons and linksmcp_playwright_browser_snapshot to capture page state for verificationmcp_playwright_browser_console_messages to check for JavaScript errorsmcp_playwright_browser_tabs to manage browser tabs during testingmcp_chrome-devtoo_emulate to test different device configurationsmcp_playwright_browser_network_requestsmcp_playwright_browser_evaluate for complex checksCreate and update instructions, skills, and prompts for GitHub Copilot
Create a new feature
How to create a new type of game object
How to create a new type of affect
How to create a new type of affector
How to create a new event