-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Percy setup - E2E tests #292
Comments
I use only Percy in GitHub Actions/CI. It should pass without any issue, here is the latest PR and Percy is passing: #290 I have never tried Percy in a local environment. |
so running percy requires:
|
I just run Percy locally and it works perfectly, no issue with Percy on local. I just never tried it locally. Usually, I only use it with GitHub Actions. About the warning |
Could you confirm how the E2E tests should be launched?
In the readme, there is a mention about
npm run test:e2e
; if I set the export for PERCY_TOKEN, I get:So it looks that percy is not recognized.
However in the github action, the statement is:
npx percy exec -- npm run test:e2e
; now it seems percy is working but I get many errors while I just started with the boilerplate:The text was updated successfully, but these errors were encountered: