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/slack-desc | |
| 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/slack-desc')
| -rw-r--r-- | playwright-cli/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/playwright-cli/slack-desc b/playwright-cli/slack-desc new file mode 100644 index 0000000..c1afb13 --- /dev/null +++ b/playwright-cli/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +playwright-cli: playwright-cli (CLI for common Playwright actions) +playwright-cli: +playwright-cli: playwright-cli is a command-line interface for Playwright. It can +playwright-cli: drive a browser, record and generate Playwright code, inspect +playwright-cli: selectors and take screenshots. It is designed to be token +playwright-cli: efficient for use by coding agents via CLI skills. +playwright-cli: +playwright-cli: Browser binaries are not bundled; run "playwright-cli install" +playwright-cli: to download them into ~/.cache/ms-playwright on first use. +playwright-cli: +playwright-cli: Homepage: https://github.com/microsoft/playwright-cli |
