Sampler smoke test
npm install abacus-sampler-smoke-testabacus-sampler-smoke-test
===
:information_source: To run the sampler smoke test export the following environment variables:
``bash`
export CF_API_URI=https://api.
export RECEIVER_URL=https://
export REPORTING_URL=https://
export SAMPLER_CLIENT_ID=
export SAMPLER_CLIENT_SECRET=
export SYSTEM_CLIENT_ID=
export SYSTEM_CLIENT_SECRET=
export SECURED=trueoptional
export SKIP_SSL_VALIDATION=true # if self-signed cert is in use
export SMOKE_TOTAL_TIMEOUT=
export POLL_INTERVAL=
Then:
`bash``
cd cf-abacus
yarn provision
cd test/smoke/sampler
yarn run smoke