Is there a way to run a geode-pulse uiTest on the command-line without it
failing due to "webdriver.chrome.driver system property"? I would expect
the gradle build to be setting this property.
$ ./gradlew geode-pulse:uiTest --tests PulseAuthorizationTest
...
> Task :geode-pulse:uiTest
org.apache.geode.tools.pulse.tests.ui.PulseAuthorizationTest >
authenticatedUserWithNoClusterReadPermissionShouldGetAccessDeniedPage FAILED
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
org.apache.geode.tools.pulse.tests.ui.PulseAuthorizationTest >
authenticatedUserWithClusterReadButNoDataReadPermissionShouldSeeClusterDetailsButGetAccessDeniedPageForDataBrowser
FAILED
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
2 tests completed, 2 failed
> Task :geode-pulse:uiTest FAILED