Tests
This page is intended for guidance only. For a full up to date specification of the API, please see our self-generating docs at https://api.moropo.com/docs.
API URL - https://api.moropo.com/tests
Available actions
Download Tests
Upload Tests
Example - Download Tests
Note this request uses GET
to inform the API that tests are being downloaded
Where;
MOROPO_API_KEY
is the API key for the target app, found in your Moropo settings.BRANCH_NAME
is the name of the target branch to download tests from.
Expected Response
Example - Upload Tests
Note this request uses POST
to inform the API that tests are being upload
Where;
MOROPO_API_KEY
is the API key for the target app, found in your Moropo settings.BRANCH_NAME
is the name of the target branch to download tests from.MERGE_STRATEGY
is the strategy for merging. One of;overwrite
which will overwrite the existing test with a new copy if the names matchchanges_only
which will only upload tests which do not match existing tests
FILE_NAME
is the name of the test file being uploaded. Must be a.zip
.
Expected Response
Last updated