Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to include selenium chrome image (selenium/standalone-chrome) to bitbucket pipeline YAML file ?

poovaraj May 1, 2020

I want to run selenium script (Java, Maven & Selenium) in bitbucket pipeline. Can you please let me know how to include selenium/standalone-chrome images to YAML file ?

 

image: maven:3.3.9

pipelines:
default:
- step:
name: Code is pushed - Ready for Execution
script: # Modify the commands below to build your repository.
- echo "Please click on 'Run' button to start execution"
- step:
name: Start Execution
caches:
- maven
trigger: manual
script: # Modify the commands below to build your repository.
- mvn -B verify # -B batch mode makes Maven less verbose
artifacts: # defining the artifacts to be passed to each future step.
- Results/** 

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events