Skip to content

Hawkular-QE/hawkular-ui-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

hawkular-ui-test

saucelabs + selenium webdriver test framework for hawkular gui testing

to build project:

mvn clean install -DskipTests

// To create an Eclipse project that can be directly imported into Eclipse
mvn eclipse:eclipse

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" 

// Run with specific TestNG suite
mvn test -DhawkularUrl="http://IP:Port" -Dtestng.suite="<suiteName.xml>" 

to test Red Hat Access use -Drhausername="username" -Drhapassword="password"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.5%
  • Shell 1.5%