DEV Community

Shaikh Al Amin
Shaikh Al Amin

Posted on

Install playwrite cli with claude code for any project with more accurate result

First install playwright globally in PC

npm i -g @playwright/cli@latest
Enter fullscreen mode Exit fullscreen mode

cd into any project directory and then install

playwright-cli install
Enter fullscreen mode Exit fullscreen mode

and now install playwright skills under claude code

playwright-cli install --skills
Enter fullscreen mode Exit fullscreen mode

Top comments (0)