Is is possible run Test Suite Collection using argument -deviceId through Katalon RE?

Is is possible run Test Suite Collection using argument -deviceId through Katalon RE?

Hi @haqqi.wicaksono

Parameter -deviceId is not supported yet when running Test Suite Collection in Katalon RE. You can create a feature request here: https://github.com/katalon-studio/katalon-studio/issues. Our team will review and consider to implement in further release.

Thanks

Hello,

Im using katalon v7.7.0. runging test suit collection currently always failed without defining “-deviceId” in the argument. therefor I put it in the argument like below. but unfortunately. this katalon CI/CT, is always run it without the “-deviceId” argument.

/katalonc -noSplash -runMode=console -projectPath="/PulseWorkingDirectory/Repositories/MhealthBank/mHBankMobileTest.prj" -retry=0 -testSuiteCollectionPath=“Test Suites/Patient/PatientRegression” -executionProfile=“default” -deviceId=“emulator-5554” -browserType=“Android” -apiKey="***" --config -proxy.auth.option=NO_PROXY -proxy.system.option=NO_PROXY -proxy.system.applyToDesiredCapabilities=true

could anybody suggest what should I do. is there any file configuration need to be setup, so the katalon Ops will append the deviceId in the arguments?