I need to get Chrome set up on an agent for Selenium tests.
I’ve set up the Generic Tool plugin to download an unzip the latest stable version of Chromium and have included it in my jenkinsfile.
Generic Tool is set up to search one lever into the unpacked archive (folder chrome-linux64) when setting up the tool.
Yet my tests are still not able to find the executable.
I was expecting it to be added to the path when set it up this way so it could be found.
If you have set up a Chrome browser on your agents, how did you do it?