Web Scenario Testing - How to set browser executable path on Linux/Tomcat .war install

I have some web scenario tests created and deployed to a Linux instance of SOAtest (on Tomcat). Tests fail because the browser executable path is not set. I am familiar with setting this value on the Parasoft client, however not so much on a server installation.
Can you provide details or a link to the doc? Thanks,
JT
Comments
-
Found it!
browsertesting.chrome_executable_path
browsertesting.firefox_executable_pathJT
0 -
For reference, they are listed here:
Additional Options for SOAtest and VirtualizeI should also mention that you typically do not need to set the location explicitly. By default, SOAtest will look for browsers in common locations. On Linux, it will check the PATH using "which" command. On macOS, SOAtest will check under /Applications. On Windows, SOAtest will query registry keys to locate the browser.
0