aboutsummaryrefslogtreecommitdiffstats
path: root/.extras
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-06-20 11:23:24 +0200
committerDanilo M. <danix@danix.xyz>2026-06-20 11:23:24 +0200
commit1d0e0de406f0e360dad3e28c7e55df3ef243abd3 (patch)
treee209ec5b78a5d5ed25ad896ebb3ad082d5314af0 /.extras
parent6b91f97c93940efbed8125f029eefc829853ad63 (diff)
downloadmy-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 '.extras')
-rw-r--r--.extras/nvchecker.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml
index 65cd627..c4365f3 100644
--- a/.extras/nvchecker.toml
+++ b/.extras/nvchecker.toml
@@ -102,3 +102,7 @@ pypi = "huggingface_hub"
source = "github"
github = "mitsuhiko/click"
use_max_tag = true
+
+[playwright-cli]
+source = "npm"
+npm = "@playwright/cli"