Skip to content

Latest commit

 

History

History
 
 

openshift-example-tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

How to execute test

The integration tests are bound to Failsafe plugin. They can be executed as part of the build by running mvn clean install -Popenshift. Another way is to run the tests using IDE as usual JUnit test.

Tests are using XTF framework for communication with OpenShift (which is based on Fabric8)

To properly configure OpenShift and related images user needs to specify these properties:

These properties need to be set as system property or they can be placed in test.properties file (with appropriate values). test.properties file can be placed next to pom.xml of the parent directory. It is added to .gitignore.