taiko
taiko copied to clipboard
Error: Chromium revision is not downloaded. Provide TAIKO BROWSER PATH or Install taiko again to download bundled chromium
While trying to run test locally in my system, getting above error. It runs fine on remote server(docker)
@shaifaliyadav Looks like taiko is unable to download chromium. Check project node_modules and taiko directory to see if chromium is downloaded.
@saikrishna321 yes i's not getting downloaded, that is the problem. Tried installing/uninstalling it, but no luck. Error: Chromium revision is not downloaded. Provide TAIKO_BROWSER_PATH or Install taiko again to download bundled chromium.
at BrowserFetcher.getExecutablePath (node_modules/taiko/lib/browserFetcher.js:237:13)
at launchBrowser (node_modules/taiko/lib/browserLauncher.js:324:44)
at module.exports.openBrowser (node_modules/taiko/lib/taiko.js:95:65)
at module.exports.
this issue still exists..Can someone please help. @zabil @saikrishna321
Sorry to see that you are stuck with this issue but It's a bit hard to help with this as there is very little info to replicate it.
When creating a new issue there are a few sections to be filled up which helps find the actual problem. Those sections seem to be missing. Can you please fill up those sections? It has info about versions, environments, os, command to replicate it etc.
Without enough info a guess could be that there is a proxy for your local environment, if that is the case please check your proxy settings
You can download it yourself in package
node node_modules\taiko\lib\install.js
having the same issue. My distrib is Manjaro 21.2.0. Chromium is already installed (through pacman), setting TAIKO_BROWSER_PATH does not resolve the issue.