Test Runs
Available actions
Example - Triggering a Test Run
curl -X 'POST' \
'https://api.moropo.com/testRuns' \
-H 'accept: */*' \
-H 'x-app-api-key: MOROPO_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"ciCdId": "SCHEDULED_TEST_RUN_ID"
}'Expected Response
Example - Reading Test Run Status
Expected Response
Last updated