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
- Host: GitHub
- URL: https://github.com/manycoding/teamcity-agent-robotframework-docker
- Owner: manycoding
- License: mit
- Created: 2015-12-08T12:21:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T09:09:32.000Z (over 9 years ago)
- Last Synced: 2025-01-06T04:28:46.899Z (about 1 year ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Teamcity build agent with headless Robot Framework
========================
[](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
```