| Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016yeUGcX28FHJNQMtkzqx5e
|
|
|
|
|
|
|
|
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>
|
|
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>
|