Skip to content

Commit

Permalink
Adds the gauge-reportserver plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-sheikh committed Sep 7, 2019
1 parent be28522 commit ec5b9b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Here are all the [supported tags](https://hub.docker.com/r/sitture/docker-gauge-
The current `latest` version of the image is built on top of `JDK 11`. You can get jdk variants of the image with `jdk-8` or `jdk-11` tags.

- Gauge [Latest](https://github.com/getgauge/gauge/releases)
- Plugins `html-report, java, screenshot, spectacle, xml-report`
- Plugins `html-report, java, screenshot, spectacle, xml-report, [reportserver](https://github.com/sitture/gauge-reportserver)`
- Maven 3
- Additional tools: `bash, curl, wget, unzip, tar`

Expand Down
3 changes: 2 additions & 1 deletion jdk11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ RUN wget -qnc "https://github.com/getgauge/gauge/releases/download/v$GAUGE_VERSI
gauge install html-report && \
gauge install xml-report && \
gauge install spectacle && \
gauge install screenshot && gauge -v
gauge install screenshot && \
gauge install reportserver && gauge -v

WORKDIR /usr/src/app
ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
Expand Down
3 changes: 2 additions & 1 deletion jdk8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ RUN wget -qnc "https://github.com/getgauge/gauge/releases/download/v$GAUGE_VERSI
gauge install html-report && \
gauge install xml-report && \
gauge install spectacle && \
gauge install screenshot && gauge -v
gauge install screenshot && \
gauge install reportserver && gauge -v

WORKDIR /usr/src/app
ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
Expand Down

0 comments on commit ec5b9b5

Please sign in to comment.