aboutsummaryrefslogtreecommitdiffstats
path: root/playwright-cli/playwright-cli.SlackBuild
AgeCommit message (Collapse)AuthorFilesLines
2 daysplaywright-cli: fix missing launcher and lib64 pathDanilo M.1-2/+16
npm did not create the bin launcher under DESTDIR staging, so the package shipped an empty /usr/bin. Create the playwright-cli symlink explicitly. Also move node_modules from the arch-specific /usr/lib64 to /usr/lib, correct for a noarch package. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 daysplaywright-cli: add version 0.1.14Danilo M.1-0/+115
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>