So i set up some web testing, it runs locally fine, but after I deployed this on a pipeline on the devops Buddy I get following error while it runs my tests:
Java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property; for more information, see https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver. The latest version can be downloaded from http://chromedriver.storage.googleapis.com/index.html
I guess I need to add some variables for the server to find/have the chromedriver or is it something else I need to do/adress?