Can we run tests on containers in build agent by installing Docker inside teamcity build agent.
I'm using teamcity for running automated specflow tests in build agent,
I saw that runner type - Docker and Docker Compose.
Can we run tests on containers in build agent by installing Docker in teamcity build agent.
How to run the same tests in docker container in teamcity.
Any option available in teamcity? please advice?
Please sign in to leave a comment.
Hi Elangopalakrishnan!
How do you run your tests? If you're using Command Line build step just specify the required image name in `Run step within Docker container` field and TeamCity will pull the image and run step inside the container.