keycloak-scim/testsuite/integration-arquillian
Stian Thorgersen 38c1945ce4 Bump version
2015-06-12 14:35:34 +02:00
..
src/test added ignore on role mappings test 2015-06-11 14:37:12 +02:00
pom.xml Bump version 2015-06-12 14:35:34 +02:00
README.md Prepare UI testing for PR 2015-05-26 15:57:01 +02:00

Testing admin console with Arquillian

There are currently two ways of running the tests with help of Arquillian.

Remote mode

Just simply typle mvn verify and you are all set. This requires the instance of Wildfly with embedded Keycloak to be already running.

Managed mode

You need to pass two arguments to Maven, first is location of your Wildfly server with embedded Keycloak and the other is name of the profile.

mvn verify -Pwildfly-8-managed -DjbossHome=/your/server/location

Browser

There are currently two supported browsers - PhantomJS and Firefox. PhantomJS is the default one, in order to use Firefox just specify -Dbrowser=firefox parameter in the Maven command.