Impossible to use percy:cli #842
-
I follow guide in this link: https://docs.percy.io/docs/python-selenium |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @moonbright3! You would need to prefix the command with |
Beta Was this translation helpful? Give feedback.
Hey @moonbright3! You would need to prefix the command with
npx
(npx percy exec -- [...]
) or the binary directly (./node_modules/.bin/percy exec -- [...]
). This is because the CLI is installed locally to the project, not globally (so it's not in your$PATH
).