playcraft

0.0.5 • Public • Published
Playcraft Logo

Visual Playwright IDE with live browser preview and real-time test execution

PlayCraft UI

🚀 Installation

Get started with Playcraft in seconds:

npm install -g playcraft

🎯 Quick Start

Once installed, launch Playcraft from any directory:

playcraft

🎛️ CLI Options

Playcraft supports various command-line options for customization:

# Start with a specific browser
playcraft --browser firefox
playcraft -b webkit

# Start with a specific URL
playcraft --url https://example.com
playcraft -u https://playwright.dev

# Start on a custom port
playcraft --port 8080
playcraft -p 9000

# Combine options
playcraft --browser firefox --url https://example.com --port 8080
playcraft -b webkit -u https://playwright.dev -p 9000

# Show help
playcraft --help
playcraft -h

# Show version
playcraft --version
playcraft -v

Available browsers: chromium (default), firefox, webkit, msedge

✨ Features

  • 🖥️ Visual code editor & live browser preview
  • ⚡ Real-time Playwright test execution
  • 🐞 Instant error feedback & debugging
  • 🔄 One-click test reruns
  • 🎬 Example scripts to get started fast
  • 🧩 Works with any web app URL
  • 🔍 Built-in element inspector & test recorder (just like Playwright codegen)
  • 🌐 Multi-browser support (Chromium, Firefox, WebKit, Edge)

⭐️ If Playcraft saves you time or makes you smile, drop us a star!
(We promise your tests will run 0.01% faster for every star you give 😉)

Readme

Keywords

none

Package Sidebar

Install

npm i playcraft

Weekly Downloads

169

Version

0.0.5

License

ISC

Unpacked Size

19.8 MB

Total Files

87

Last publish

Collaborators

  • sudharsan-selvaraj