Repository containing Wren:IG system tests.
- auth - TODO
- auth-oauth2 - TODO
- auth-oicd - TODO
- auth-saml2 - SAML 2.0 Service Provider
- expression - Expression language features
- monitoring - TODO
- password-replay - TODO
- route - Route-related features
- scripting - Script-related features
- uma - TODO
Before running any tests, make sure the following entries are in your hosts file:
127.0.0.1 wrenig.wrensecurity.local
127.0.0.1 wrenam.wrensecurity.localTests can be run using the Maven Surefire Plugin:
$ mvn testYou can restrict the execution of tests by specifying the name of the test class:
$ mvn test -Dtest="RouteTest"Tests are based on the latest Wren:IG docker image. This image name can be overriden
with WRENIG_IMAGE environment variable:
$ WRENIG_IMAGE=wrenig-local mvn test