Skip to content

Latest commit

 

History

History
112 lines (92 loc) · 2.89 KB

README.adoc

File metadata and controls

112 lines (92 loc) · 2.89 KB

Explore how to nested tabs work

OS tabs only

Navigate to the guide-nested-tabs/start directory.

Run the integration tests against a cluster running with a host name of localhost (Want the below command can be switched to maven or gradle):

mvn failsafe:integration-test

Run the integration tests with the IP address for Minikube (Want the below command can be switched to maven or gradle):

mvn failsafe:integration-test -Dcluster.ip=$(minikube ip)

If the tests pass, you’ll see an output similar to the following for each service respectively:

Nested tabs

Navigate to the guide-nested-tabs/start directory.

Run the integration tests against a cluster running with a host name of localhost:

Maven

Gradle

Run the integration tests with the IP address for Minikube:

mvn failsafe:integration-test -Dcluster.ip=$(minikube ip)

If the tests pass, you’ll see an output similar to the following for each service respectively: