I want to pass the following "javaoptions" containing a file path with spaces within --params.
--params "'/javaoptions:-Dwebdriver.jx.browser="C:/Program Files (x86)/TestNav/TestNav.exe"'"
I want to pass the following "javaoptions" containing a file path with spaces within --params.
--params "'/javaoptions:-Dwebdriver.jx.browser="C:/Program Files (x86)/TestNav/TestNav.exe"'"
This is how you can get it to work:
Note that
$capabilitiesJson
is being interpolated properly.