
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
Visual Playwright IDE with live browser preview and real-time test execution
Visual Playwright IDE with live browser preview and real-time test execution
Get started with Playcraft in seconds:
npm install -g playcraft
Once installed, launch Playcraft from any directory:
playcraft
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
⭐️ 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
Visual Playwright IDE with live browser preview and real-time test execution
The npm package playcraft receives a total of 0 weekly downloads. As such, playcraft popularity was classified as not popular.
We found that playcraft demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.