devtools

Playright

Test- and user-oriented selenide style wrapper for Playwright
53 stars4 forksTypeScriptUpdated 12/18/2021100% free · open source
What it does

Playright is a test- and user-oriented Selenide style wrapper for Playwright, allowing developers to write intuitive and readable browser automation tests in TypeScript.

When to use it
  • When you need to write end-to-end tests for your web application with a simple and intuitive API
  • When you want to automate user interactions on your website, such as filling out forms or clicking buttons
  • When you need to test your web application's functionality across multiple browsers and versions
Ready-to-paste prompt
playright.newPage().goto('https://example.com').fill('#username', 'myusername').fill('#password', 'mypassword').click('#submit');
Heads up: Make sure you have the correct version of Node.js installed, as Playright requires Node.js 14 or higher to function correctly
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/playright && curl -fsSL https://workflowstacks.com/api/skills/playright/claude-skill -o ~/.claude/skills/playright/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Playright works
Codeflow
Free to inspect

Playright is a small TypeScript project (~1.2k lines across 15 code files, plus 3 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit 58 months ago, MIT license, has a test suite.

Size
Small codebase
~1.2k lines · 15 code files · 10 min skim
Setup
One-command install
Installs like a normal app. Reading the code is optional.
Runs on
Node.js
No API keys detected
TypeScript 99%JavaScript 1%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    lib/index.ts
    Where the program starts running
  3. 3
    package.json
    Dependencies and the commands it exposes
What's in each folder
lib/Core code — the actual logic14 files
__tests__/Tests — proof it works3 files
.github/CI / automation (GitHub Actions)1 files
READMEHas testsThin docsCI checksMIT licenseLast update 58 mo ago
Quick Actions
Details
Creator
automician
Language
TypeScript
Category
devtools
Published
8/15/2020

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.