diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-20 11:23:24 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-20 11:23:24 +0200 |
| commit | 1d0e0de406f0e360dad3e28c7e55df3ef243abd3 (patch) | |
| tree | e209ec5b78a5d5ed25ad896ebb3ad082d5314af0 /playwright-cli/README | |
| parent | 6b91f97c93940efbed8125f029eefc829853ad63 (diff) | |
| download | my-slackbuilds-1d0e0de406f0e360dad3e28c7e55df3ef243abd3.tar.gz my-slackbuilds-1d0e0de406f0e360dad3e28c7e55df3ef243abd3.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'playwright-cli/README')
| -rw-r--r-- | playwright-cli/README | 25 |
1 files changed, 25 insertions, 0 deletions
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 |
