Tests problem #51
-
Hello! I am trying to make a contribution to the project, but I have some problems running the tests.
Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
prasanaworld
Oct 2, 2022
Replies: 1 comment
-
Hi @GeorgeF23, Thanks for your showing interest in contributing to this project. To overcome this error, you should export the puppeteer execute path before running the test. export PUPPETEER_EXECUTABLE_PATH=<path of chromium browser> (i.e Please let me know if you are still facing any issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
prasanaworld
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @GeorgeF23, Thanks for your showing interest in contributing to this project.
To overcome this error, you should export the puppeteer execute path before running the test.
(i.e
export PUPPETEER_EXECUTABLE_PATH=/usr/local/bin/chromium
)Please let me know if you are still facing any issue.