Test Applet By Version
POST {{baseUrl}}/v1/applet/:appletUid/version/:appletVersion/test
Create new applet version test of applet by appletUid
and appletVersion
.
To create a new Applet version test suite you need just the binary (string with test source code).
Parameters
Field | Type | Required | Description |
---|---|---|---|
appletUid | string | required | Unique Applet identification |
version | string | required | Applet version |
Body
Field | Type | Required | Description |
---|---|---|---|
identifier | string | required | Test suite identifier |
binary | string | required | Binary as string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}