An open API service indexing awesome lists of open source software.

https://github.com/manycoding/teamcity-agent-robotframework-docker

With xvfb and Firefox ESR
https://github.com/manycoding/teamcity-agent-robotframework-docker

Last synced: 11 months ago
JSON representation

With xvfb and Firefox ESR

Awesome Lists containing this project

README

          

Teamcity build agent with headless Robot Framework
========================
[![](https://images.microbadger.com/badges/image/manycoding/teamcity-agent-robotframework.svg)](https://microbadger.com/images/manycoding/teamcity-agent-robotframework "Get your own image badge on microbadger.com")

Thanks to https://github.com/sjoerdmulder, it's a container based on https://github.com/sjoerdmulder/teamcity-agent-docker image containing necessary tools to run Robot Framework tests in headless Firefox ESR.

Update requirements.txt to include pip packages that you want.

When starting the image as a container you must set the TEAMCITY_SERVER environment variable to point to the teamcity server e.g.
```
docker run -e TEAMCITY_SERVER=http://localhost:8111
```
Linking example
--------
```
docker run -d --name=firefox_esr_temp --link teamcity:teamcity --privileged -e TEAMCITY_SERVER=$TEAMCITY_SERVER -e AGENT_NAME=firefox_esr manycoding/teamcity-agent-robotframework:latest
```