github.com/solo-io/service-mesh-hub@v0.9.2/test/e2e/README.md (about)

     1  # Integration tests
     2  This directory contains specs that test the e2e workflows of Service Mesh Hub deployed on Kubernetes.
     3  
     4  ## Cluster setup
     5  
     6  The e2e tests currently run against a KIND cluster which is created via `ci/setup-kind.sh`. The entrypoint is contained in `e2e_suite_test.go`.
     7  
     8  To run tests:
     9  
    10  ```shell script
    11  make run-tests TEST_PKG=test/e2e
    12  ```
    13  
    14  The e2e suite will automatically run `ci/setup-kind.sh` and teardown the cluster on test teardown.
    15  
    16  To reuse an existing cluster (note that the tests attempt to reach the ingress on `localhost:32000`) and skip the 
    17  setup/teardown steps, set env `USE_EXISTING=<name of kuybe context>`