Docker images with Gauge installed.
Gauge docker hub can be found here.
Linux images are centos based.
-
- Gauge (latest)
- JDK - OpenJDK 8
- Centos 7
- Gauge-java plugin
-
- Gauge (latest)
- Ruby 2.3
- Centos 7
- Gauge-ruby plugin
-
- Gauge (latest)
- Mono 4.8 (gauge-csharp does not support mono 5.x yet)
- Centos 7
- Gauge-csharp plugin
TODO
All images have the working directory set to /gauge
. So ideally you should be able to clone your project in your host and run
docker run -it -v `pwd`:/gauge getgauge/<image_name> <gauge_command*>
* gauge command is specific to the project. Ex. maven projects require mvn test-compile gauge:execute
.
MIT License. See LICENSE.