abacus-helthchecker-smoke-test

1.1.5 • Public • Published

abacus-healthchecker-smoke-test

ℹ️ 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

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i abacus-helthchecker-smoke-test

    Weekly Downloads

    0

    Version

    1.1.5

    License

    Apache-2.0

    Unpacked Size

    4.69 kB

    Total Files

    7

    Last publish

    Collaborators

    • hsiliev