For Arquillian Liberty Managed container documentation, click here.
For Arquillian Liberty Remote container documentation, click here.
To run tests, you will need to specify the following parameters:
Parameter | Description |
---|---|
runtime | The runtime to use. Specify ol for Open Liberty and wlp for WebSphere Liberty. |
runtimeVersion | Version of the specified runtime to use. |
For example, to run tests on version 18.0.0.1 of the Open Liberty runtime, use the following command:
mvn verify -Druntime=ol -DruntimeVersion=18.0.0.1