keycloak-scim/testsuite/integration-arquillian
Stian Thorgersen f3bfb06dec Version bump
2015-07-28 10:20:40 +02:00
..
src/test Fix tests 2015-07-22 11:50:23 +02:00
pom.xml Version bump 2015-07-28 10:20:40 +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.