What is playwright-testing?
Playwright testing. Use this skill to write and run automated tests for web applications using Playwright. Source: dtinth/agent-skills.
Playwright testing. Use this skill to write and run automated tests for web applications using Playwright.
Quickly install playwright-testing AI skill to your development environment via command line
Source: dtinth/agent-skills.
Automated tests should verify that the application code works for the end users, and avoid relying on implementation details such as things which users will not typically use, see, or even know about such as the name of a function, whether something is an array, or the CSS class of some element. The end user will see or interact with what is rendered on the page, so your test should typically only see/interact wit...
Each test should be completely isolated from another test and should run independently with its own local storage, session storage, data, cookies etc.
Only test what you control. Don't try to test links to external sites or third party servers that you do not control, unless it is specifically for testing purposes.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/dtinth/agent-skills --skill playwright-testingPlaywright testing. Use this skill to write and run automated tests for web applications using Playwright. Source: dtinth/agent-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dtinth/agent-skills --skill playwright-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/dtinth/agent-skills