Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright Playground

Interactive browser for testing Playwright locators and code against your existing Chrome session — no test runner needed.

Prerequisites

  1. Node.js 18+
  2. @playwright/cli installed globally:
    npm i -g @playwright/cli
  3. Playwright MCP Bridge Chrome extension: Install from Chrome Web Store

Usage

npm start
  • Click the Playwright MCP Bridge extension icon in Chrome to connect
  • Open http://localhost:7331 in your browser
  • Write Playwright code using pageasync (page) => { ... }
  • Ctrl+Enter or click ▶ Run to execute

Custom port

PORT=8080 npm start

Why

Lets you test Playwright locators against a live page where you're already logged in, without restarting Chrome or managing auth state.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages