From 1d0e0de406f0e360dad3e28c7e55df3ef243abd3 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 20 Jun 2026 11:23:24 +0200 Subject: playwright-cli: add version 0.1.14 CLI for common Playwright actions. Node.js tool installed from the npm registry tarball; pure JavaScript with no native bits, so noarch. Browser binaries are not packaged (downloaded at runtime via "playwright-cli install"). Co-Authored-By: Claude Opus 4.8 --- playwright-cli/README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 playwright-cli/README (limited to 'playwright-cli/README') diff --git a/playwright-cli/README b/playwright-cli/README new file mode 100644 index 0000000..c477179 --- /dev/null +++ b/playwright-cli/README @@ -0,0 +1,25 @@ +playwright-cli (CLI for common Playwright actions) + +playwright-cli is a command-line interface for Playwright. It can drive +a browser, record and generate Playwright code, inspect selectors and +take screenshots. It is meant to be token-efficient for coding agents +(Claude Code, GitHub Copilot, etc.) exposed as CLI skills, but works +fine manually too. + +This is a Node.js tool. nodejs (>= 18) must be installed; it is part of +a standard Slackware installation, so it is not listed in REQUIRES. + +Build-time network: like other npm command-line tools, this SlackBuild +runs "npm install" to fetch the playwright / playwright-core +dependencies from the npm registry at build time. Nothing is fetched at +run time. + +Browsers are NOT packaged. Playwright downloads its browser binaries +(Chromium, Firefox, WebKit) at run time into ~/.cache/ms-playwright. +After installing this package, download them once with: + + playwright-cli install + +To install the agent skills into the current project: + + playwright-cli install --skills -- cgit v1.2.3