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/**
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.