Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 606 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 606 Bytes

Build Status

hawkular-ui-test

saucelabs + selenium webdriver test framework for hawkular gui testing

to build project:

mvn clean install -DskipTests

to run tests:

// the default value for HawkularUrl is localhost:8080, sauceUsername default value is hawkularqe
mvn test -DhawkularUrl="http://IP:Port" -DauthenticationKey="SAUCELABS_AUTH_KEY" -DsauceUsername="SAUCELABS_USERNAME" 

to test Red Hat Access use also:

-Drhausername="username" -Drhapassword="password"