Trial and testCloud mobile

Hi all,
I’m using Katalon Studio and enabled TestCloud Integration. I only have a trial version.
I cloned the Api Demos App project and now I’m trying to execute the tests on a mobile provided by TestCloud, but each time I got the following error:
Test Cases/Verify Correct Alarm Message FAILED.
Reason:
com.kms.katalon.core.exception.StepFailedException: Unable to start app at: ‘C:\Users\Matthieu\Katalon Studio\testAndroid\androidapp\APIDemos.apk’ (Root cause: org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: Illegal key values seen in w3c capabilities: [deviceId]

I checked the capabilities and they seem correct to me:
Test Cases/Verify Correct Alarm Message FAILED.
Reason:
desiredCapabilities = {
“app”: “C:\Users\Matthieu\Katalon Studio\testAndroid\androidapp\APIDemos.apk”,
“browserVersion”: “latest”,
“platformVersion”: “8.0.0”,
“browserName”: “chrome”,
“katalon:option”: {
“organizationId”: “1220733”,
“tunnelId”: “”,
“deviceVersion”: “8.0.0”,
“deviceId”: “huawei_mate_10_pro”,
“usingTunnel”: false
},
“platformName”: “Android”,
“deviceId”: “huawei_mate_10_pro”,
“deviceName”: “Huawei Huawei Mate 10 Pro”
}
I’m wondering if it is possible with a trial version to run the tests on a device in testCloud.

Domiique

Hi Dominique,

I found another topic which is similar to yours, maybe you can follow the suggestion provided there?