Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can we use selenium chrome docker as services?

Deleted user June 30, 2017

I wanted to add a new container which can run my browser test for my web application. Can I add this up as a service? Is there a way to connect another container where I can run my browser test?
image: amazonlinux:2016.09

pipelines:
  default:
    - step:
        script:
          - echo "Automated pipelines are cool too."
  branches:
    MYAS-364:
      - step:
          script:
            - echo "Automated pipelines are cool too."
definitions:
  services:
    selenium:
        image: selenium/standalone-chrome-debug
        environment:
          port: '32772'
       

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events