DEV Community

Discussion on: Continuous delivery test automation pipeline - Part One

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