Skip to main content
Application (Espresso/XCUI)Upload a framework file for testing(Espresso/XCUI) (Server 1)
TestMu AI
StatusCommunityBlog
Application (Espresso/XCUI)

Upload a framework file for testing(Espresso/XCUI) (Server 1)

Upload a framework file for testing purposes. Supports Espresso for Android and XCUITest for iOS.

POST
/app/uploadFramework
Upload a framework file for testing(Espresso/XCUI) (Server 1)
curl --request POST \
--url "https://manual-api.lambdatest.com/app/uploadFramework" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: multipart/form-data" \
--form 'appFile=<appFile>' \
--form 'type=<type>' \
--form 'name=<name>'
{
"app_id": "lt://APP1016038711693231735315475",
"name": "<string>",
"type": "<string>",
"url": "<string>"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

multipart/form-data
appFilestring<binary>required

The application file to be uploaded.

typeenum<string>required

The type of the application (XCUITest for iOS, Espresso for Android).

xcuit-iosespresso-android
namestring

Name of the application.

Response

application/json

Successfully uploaded the framework.

app_idstring
namestring
typestring
urlstring
Upload a framework file for testing(Espresso/XCUI) (Server 1)
curl --request POST \
--url "https://manual-api.lambdatest.com/app/uploadFramework" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: multipart/form-data" \
--form 'appFile=<appFile>' \
--form 'type=<type>' \
--form 'name=<name>'
{
"app_id": "lt://APP1016038711693231735315475",
"name": "<string>",
"type": "<string>",
"url": "<string>"
}