Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 403 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 403 Bytes

Docker+GOCD+Selenium

Build Status

Docker compose project for running selenium tests with gocd

Fix username for your machine

sed -i.bu 's/user-name/'$(whoami)'/g' docker-compose.yaml

Explanation: It will replace user name with the current user in docker-compose.yaml.