Skip to content

A docker container with gauge already installed.

Notifications You must be signed in to change notification settings

Useurmind/DockerGauge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Readme

This is a collection of docker images containing gauge.

The following images are provided:

  • useurmind/gauge: Basic image with ubuntu 18.04 and gauge (some plugins preinstalled: js, screenshot, html-report, xml-report)
  • useurmind/gauge-java: Contains openjdk11 to run java test steps with the java plugin (which also comes preinstalled).

Gauge can be run e.g. like this:

docker run -it useurmind/gauge:latest run specs

To make this work you have to copy your project into a derived image, install any npm packages required and set the working folder to your project folder.

About

A docker container with gauge already installed.

Resources

Stars

Watchers

Forks

Packages

No packages published