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 --- .extras/nvchecker.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.extras') 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" -- cgit v1.2.3