I followed following steps while trying to run android app test via AWS Lambda Node.JS
- Created a project
- Created an upload
- Uploaded APK to signed url
-
Once upload was done I created device pool using following params
var createDevicePoolParams = { name: "DAP_Device_Pool", description: "DAP_Android_Devices", projectArn: projectARN, rules: [{ attribute: "PLATFORM", operator: "EQUALS", value: "\"ANDROID\"" }] };
-
Then I called schedulerun with following params
var scheduleRunParams = { appArn: uploadARN, name: "tarunRun", devicePoolArn: devicePoolARN, projectArn: projectARN, test: { type: "BUILTIN_FUZZ", } };
But I am getting error of missing or unprocessed resources.
I am not able to understand what I am missing. My understanding is that If I am using built in fuzz testing type then I dont need to upload any custom testcases.
Can somebody pls help pointing out what step is missing
Then After your uploads have been processed by Device Farm, call aws devicefarm schedule-run
Aucun commentaire:
Enregistrer un commentaire