playwright-cli Skill
Drive a browser via playwright-cli to validate the migrated Org App end-to-end — sign in with Fabric SSO, navigate between reports, confirm iframes render, capture screenshots for review. Use after a migration to verify reports load. Published by microsoft in fabric-org-app-template.
What is playwright-cli Skill?
Drive a browser via playwright-cli to validate the migrated Org App end-to-end — sign in with Fabric SSO, navigate between reports, confirm iframes render, capture screenshots for review. Use after a migration to verify reports load. Published by microsoft in fabric-org-app-template. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Browser automation use cases
Technical details
- Install or run with Copy skill directory
When to use playwright-cli Skill
- Use it for browser automation.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/fabric-org-app-template
- Skill file: .agents/skills/playwright-cli/SKILL.md
What it does
Drive a browser via playwright-cli to validate the migrated Org App end-to-end — sign in with Fabric SSO, navigate between reports, confirm iframes render, capture screenshots for review. Use after a migration to verify reports load.
Skill instructions
playwright-cli When to use this skill After org-app-parsing + org-app-theming have run and you've started the dev server, use playwright-cli to verify: 1. The user can sign in via Fabric SSO 2. The sidebar shows every report from the manifest 3. Each report iframe loads without errors 4. The theme colors apply correctly Essential commands bash Open a fresh browser session playwright-cli open http://localhost:5173 Inspect the current page (refs like e1, e2 used for interactions) playwright-cli snapshot Click an element by ref from the snapshot playwright-cli click e15 Type into the focused field playwright-cli type "your-app-id" Press a key playwright-cli press Enter Take a screenshot playwright-cli screenshot --filename=after-signin.png Read the JS console (look for embed errors) playwright-cli console Run a JS evaluator (e.g., grab the iframe count) playwright-cli eval "document.querySelectorAll('iframe').length" Close the browser playwright-cli close Targeting elements Use refs from
Explore related resources
Frequently asked questions
What is playwright-cli?
playwright-cli is a open-source AI agent skill with Copy skill directory. Drive a browser via playwright-cli to validate the migrated Org App end-to-end — sign in with Fabric SSO, navigate between reports, confirm iframes render, capture screenshots for review.
Who is playwright-cli best for?
playwright-cli is best for reusing agent instructions, scripts, and references, browser automation workflows.
How do I install playwright-cli?
Install or run playwright-cli using Copy skill directory. Check playwright-cli for the latest setup command.
Is playwright-cli actively maintained?
playwright-cli may need a closer maintenance check before production use.
Auto-fetched from GitHub.