-
CLUSTER_TYPE
: The type of kubernetes cluster where korifi is deployed (e.g. "EKS", "GKE").
-
DEFAULT_APP_BITS_PATH
: path to the source code for the application pushed by most tests (by default, the "dorifi" app
is used).
-
DEFAULT_APP_RESPONSE
: the expected response when curling the default app's root endpoint (by default, "Hi, I'm
Dorifi").
-
DEFAULT_APP_SPECIFIED_BUILDPACK
: the buildpack to use when pushing the default app with a set buildpack (by default, "
paketo-buildpacks/procfile").
-
FULL_LOG_ON_ERR
: If set to a non-blank value, logs for all API requests will be displayed when a test fails.
Otherwise, only logs that match the current test's correlation ID will be shown.