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:
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: