I am running a mobile Android test in Jenkins using console mode. When the build start I am getting the error below
com.kms.katalon.execution.exception.ExecutionException: No mobile device with name ‘ce0717175100585e0c7e’ available
Running the same test thru console not using Jenkins with the same device id works just fine.
Console Command is
C:
cd C:\Katalon_Studio_Windows_64-5.5
katalon -noSplash -runMode=console -projectPath=“C:\Users\Jamie Andrews\wsam\wsam.prj” -retry=0 -testSuitePath=“Test Suites/Amazon Free/AmazonFree_Regression” -executionProfile=“default” -deviceId=“ce0717175100585e0c7e” -browserType=“Android”
Any ideas on how I can resolve this?
Thanks,
Jamie