Re: How to run PulseAuthorizationTest

2019-04-22 Thread Michael Oleske
These test require you to have the Chrome Driver from Selenium. You can find it here https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver If you are on a Mac, you can probably (haven't tested this in awhile) use brew with this command brew cask install chromedriver -michael On Mon, Apr

How to run PulseAuthorizationTest

2019-04-22 Thread Kirk Lund
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