Option to install Chromium before exec #909
-
Hi there! We resolved this on our side by adding the following to our CI config in a bootstrap step which generates our yarn cache:
It might be nice to help prevent others from getting caught in the same issue. Some possible solutions:
If any of these sound viable, I'd be happy to help out and open a PR. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @colemanja91! You could set the path to your own chromium if you'd like: https://docs.percy.io/docs/skipping-asset-discovery-browser-download or you could set an env var to have the chromium browser downloaded as apart of your dependencies: https://docs.percy.io/docs/caching-asset-discovery-browser-in-ci |
Beta Was this translation helpful? Give feedback.
Hey @colemanja91! You could set the path to your own chromium if you'd like: https://docs.percy.io/docs/skipping-asset-discovery-browser-download or you could set an env var to have the chromium browser downloaded as apart of your dependencies: https://docs.percy.io/docs/caching-asset-discovery-browser-in-ci