Hi,
I need to run Automation scripts using Docker in Mobile Devices [Android & iOS] from BrowserStack. Already we have configured Docker for Web Automation. When I tried to run my scripts using Docker, I am getting below error -
java.lang.NullPointerException.
WARNING Test object with id ‘Object Repository/’ does not exist
But the elements are there in Object Repository. Scripts created for Web Automation is working fine, only Mobile objects are not detected. So I thought I need to add Appium image to my docker.
Kindly help me to add Appium image along with Katalon image in Docker
Attaching Error Screenshot below