Skip to content

Commit 8c5be65

Browse files
tudorpopamsclaude
andcommitted
fix: pin playwright-cli to 0.1.1 in visual-test skill
@latest resolves to an unstable alpha version that doesn't exist on npm. 0.1.1 is the stable version that works with global install. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8132a03 commit 8c5be65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.agents/skills/visual-test/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Visually verify **$ARGUMENTS** by launching Storybook and capturing a screenshot
1515
Ensure `playwright-cli` is installed globally:
1616

1717
```bash
18-
npm ls -g @playwright/cli 2>/dev/null || npm install -g @playwright/cli@latest
18+
npm ls -g @playwright/cli 2>/dev/null || npm install -g @playwright/cli@0.1.1
1919
```
2020

2121
## Steps

0 commit comments

Comments
 (0)