1.1.5 • Published 5 years ago

abacus-helthchecker-smoke-test v1.1.5

Weekly downloads
7
License
Apache-2.0
Repository
-
Last release
5 years ago

abacus-healthchecker-smoke-test

:information_source: To run the healthchecker smoke test export the following environment variables:

export HEALTHCHECKER_URL=https://<prefix>abacus-healthchecker.<domain>
export HYSTRIX_CLIENT_ID=<prefix>abacus-client
export HYSTRIX_CLIENT_SECRET=abacus-client-secret
# optional
export ABACUS_PREFIX=<prefix>
export SMOKE_START_TIMEOUT=<start-timeout>
export SMOKE_TOTAL_TIMEOUT=<total-timeout>
export SKIP_SSL_VALIDATION=true
export CLIENT_FACING_COMPONENTS= [
  <client-facing-app-1>,
  <client-facing-app-2>,
  ...
]
export INTERNAL_COMPONENTS= [
  <internal-app-1>,
  <internal-app-2>,
  ...
]

Then:

cd cf-abacus
yarn provision
cd test/smoke/healthchecker
yarn install
yarn run smoke
1.1.5

5 years ago

1.1.5-rc.3

5 years ago

1.1.5-rc.2

5 years ago

1.1.5-rc.1

5 years ago

1.1.5-rc.0

5 years ago

1.1.4

5 years ago

1.1.4-rc.3

5 years ago

1.1.4-rc.2

5 years ago