Hi, I am looking for the Bitbucket YML comments to run my Selenium Java Scripts in "AWS Device farm" Desktop browser testing.
I do not find proper configuration to run them.
Hi Naveen and welcome to the community!
The keywords needed to structure your bitbucket-pipelines.yml file, set up pipelines, and configure options, are Bitbucket-specific. The documentation for those is here:
However, the commands you use in each step's script are not some special Bitbucket commands. Assuming that your Pipelines builds run on Atlassian's infrastructure, these are Linux commands that get executed in a Docker container.
If AWS offers a CLI or an API to interact with an AWS Device farm, you should be able to use it in Pipelines. In case of a CLI, this CLI will need to either be pre-installed in the Docker image you use as a build container, or you could install it by adding the necessary commands in the step's script. You can check's AWS's documentation to see if they offer such a CLI or API.
If you need to connect from Pipelines to servers that are behind a firewall, you can check the following documentation for the IPs you need to whitelist (section Valid IP addresses for Bitbucket Pipelines build environments):
Kind regards,
Theodora
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.