Hi,
I am trying to integrate my Mobile UI Automation (Appium + Cucumber) into the bitbucket pipeline. Is there any recommended docker to use instead of setting up my own docker? And is there any documentation or steps that can be helpful for running?
Thank you
Hi @tarek_o
Thank you for reaching out to the community.
I'm afraid we don't have a recommended Docker image for Mobile UI Automation with Appium and Cucumber.
We highly recommend using or creating your own Docker image to achieve your requirements and so that you can maintain it the way you want to.
This is also mentioned in our documentation here.
When it comes to creating your own Docker image, you'll need to know how you can write your own Dockerfile which is the requirement to build your own Docker image.
Ideally, you can create your own Docker image and push it to Docker Hub then use it on Pipelines.
Here are some resources that I've found that might help to create your own Docker image:
Hope it helps.
Regards,
Mark C
Hi @Mark C ,
Thank you for your reply! Your links and references are really helpful!
However, my implementation was to use a Maven docker image and as a build tool and run the Automation test on a cloud server that had Appium preinstalled. That's how I reduce the size of the Docker image and use it in efficiency.
Best Regards,
Tarek_O
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @tarek_o
Thanks for sharing that.
Another possible option you can try is to use Appium Docker image as a service on Pipelines.
Then use it within your build container to perform tests.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.