Application (Espresso/XCUI)›Upload a framework file for testing(Espresso/XCUI) (Server 1)
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.
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-dataappFilestring<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/jsonSuccessfully uploaded the framework.
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>"
}