DEV Community

Cover image for Continuous delivery test automation pipeline - Part One

Continuous delivery test automation pipeline - Part One

dillan teagle on November 17, 2019

Hey my name is Dillan, I decided to start documenting some of my work. You can find this post at my website. This particular post is the first of t...
Collapse
 
mrustamov profile image
mrustamov • Edited

Thanks for sharing. When comes other parts?

Collapse
 
teaglebuilt profile image
dillan teagle • Edited

Wednesday before 5pm. Part two will tell a story that your working at a company, with a private hosted gitlab and you need to configure a centOs server and register and configure a gitlab runner to execute your builds when you push to the repository.

Will cover:

  1. gitlab-ci.yml
  2. configure centOs server
  3. configure gitlab runner
  4. go through the process of push code changes, ci builds dockerized selenium grid and executes the test suite against each browser. Repo is updated if it passes