Integrate Supatest into your CI/CD pipelines using the CLI
-p, --plan-id <planId>
: Test plan ID (required)-e, --env-id <envId>
: Environment ID-k, --api-key <apiKey>
: Supatest API Key-t, --wait
: Wait for results before exiting-e, --env-id <envId>
: Environment ID (required)-k, --api-key <apiKey>
: Supatest API Key.github/workflows/supatest.yml
:
.gitlab-ci.yml
:
azure-pipelines.yml
:
--wait
flag to ensure tests complete before proceedingSUPATEST_API_KEY
environment variable is setKEY=value
KEY="value with spaces"
supatest --help
for command informationsupatest run-plan --help
for specific command help