Skip to content

gkwan-ibm/draft-guide-nested-tabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published