Category: Software, Docker

In my previous article, I have tried to explain how to run test executions by robotframework in docker containers. In this article, I will explain how to set up CI pipeline with Teamcity by pushing the previous container image to private registry. I will also talk about how to trigger tests after every development or any builds in projects and delivery of test results on Slack to desired channels.

In order to provide faster and more qualified software developments to customers, institutions should include test automations to their CD pipelines.

In such cases, we will push our new code to repo and our pipeline will be continuing to build the most updated version of the tests.

Related Articles