·playwright-testing
</>

playwright-testing

Playwright testing. Use this skill to write and run automated tests for web applications using Playwright.

9Installs·1Trend·@dtinth

Installation

$npx skills add https://github.com/dtinth/agent-skills --skill playwright-testing

How to Install playwright-testing

Quickly install playwright-testing AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/dtinth/agent-skills --skill playwright-testing
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: dtinth/agent-skills.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dtinth/agent-skills --skill playwright-testing
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from dtinth/agent-skills

Quick answers

What is playwright-testing?

Playwright testing. Use this skill to write and run automated tests for web applications using Playwright. Source: dtinth/agent-skills.

How do I install playwright-testing?

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

Where is the source repository?

https://github.com/dtinth/agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25