qadottech/Run QA.tech

This action will run your tests on the QA.tech platform.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project_short_idThe QA.tech project short ID.yes
api_tokenThe API key for the QA.tech project.yes
api_urlThe API url for QA.techs API. Defaults to production.no
test_plan_short_idThe unique identifier (test plan short ID) for a single test plan to execute.no
blockingWhether the run should be blocking. Blocking polls stop after an internal 60 minute timeout.nofalse
applications_configJSON string containing application environment overrides. Format: {"applications": {"appId": {"environment": {"url": "...", "name": "..."}}}}no
namedescription
run_createdWhether the test run was created successfully on QA.tech.
run_statusThe final status of the run (INITIATED, RUNNING, COMPLETED, ERROR, CANCELLED, or TIMED_OUT). Only set when blocking is true.
run_resultThe test execution result (PASSED, FAILED, or SKIPPED). Only set when blocking is true.
run_short_idThe short ID of the run.
run_urlThe URL of the run.