Closed manudss closed 4 years ago
It looks like Wallaby can't find Chrome on your machine.
CHROME_PATH
and set its value to the full path to the installed chrome.exe
.Ok, this works now, by adding Env variable CHROME_PATH. But it's weird because it was working very well a few days ago without it. And that nothing has changed in my configuration.
Your issue is almost certainly environmental as nothing has changed in Wallaby in the last few months related to how chrome is found and loaded. Under the covers, we use chrome-launcher v0.13.1 to detect and launch chrome for your operating system. If you wish to further diagnose why this isn't working, you could set up a simple test using this package to debug why chrome could not be found without the environment variable.
Issue description or question
Hi, I have this errors when run my test :
Test run failure: Sandbox load failed, status: failed: Chrome is not running
whith this error in the console :
spawn UNKNOWN at ChildProcess.spawn (internal/child_process.js:407:11) at Launcher.spawn (child_process.js:548:9) at Generator.next (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5)
Because of this erros, I cannot run my tests !
Thanks in advance.
Wallaby diagnostics report