Skip to content

Commit

Permalink
FDP-2849: Exposing cucumber port
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleHoffman committed Feb 14, 2025
1 parent 63a1d90 commit 8c623ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM eclipse-temurin:17
WORKDIR /
COPY target/cucumber-*-test-jar-with-dependencies.jar /
EXPOSE 8188
RUN wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar
CMD java -javaagent:org.jacoco.agent-0.8.12-runtime.jar=destfile=/target/code-coverage/jacoco-it.exec \
-Dcucumber.execution.strict=true\
Expand Down

0 comments on commit 8c623ec

Please sign in to comment.