New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

playcraft

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playcraft

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

latest
Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
0
-100%
Maintainers
0
Weekly downloads
 
Created
Source
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 😉)

FAQs

Package last updated on 22 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts