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 Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body multipart/form-data appFile string<binary> required
The application file to be uploaded.
type enum<string> required
The type of the application (XCUITest for iOS, Espresso for Android).
xcuit-ios espresso-android
name string
Name of the application.
Response 200▼
application/json Successfully 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>"
}