Running the Robot Framework in your Docker Container

Baris Ekici
6 min readOct 11, 2020

Greetings,

In this article I will talk about solution center project that we started up as CST team two weeks ago. The article will consist of integration tests of this project, how we automatized by robotframework and how we run these tests on docker containers. My next article (Setting up CI/CD Pipeline in Robotframework and Slack Integration with Teamcity), as a continuum to this article, will consist of setting up scenarios of docker image on Teamcity and transmission of run reports/notifications to slack channels.

I want to start by briefly talking about robotframework and docker.

What is Robotframework?

Robotframework, is a python based framework which enables us to write practical test scenarios by Keyword Driven Testing and Data Driven Testing approaches.

A simple example of web test appliciation on Robotframework;

image.1

An example of service test;

--

--