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'