We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1327b commit a1abe1eCopy full SHA for a1abe1e
integration-tests/cucumber-tests-platform-smartmetering/Dockerfile
@@ -4,7 +4,6 @@ COPY target/cucumber-*-test-jar-with-dependencies.jar /
4
COPY src/test/resources/logback.xml /logback.xml
5
RUN wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar
6
CMD java -javaagent:org.jacoco.agent-0.8.12-runtime.jar=destfile=/target/code-coverage/jacoco-it.exec \
7
- -Ddb.username=osp_admin -Ddb.password=1234 -Ddb.hostname=postgres \
8
-Dcucumber.execution.strict=true\
9
-Dcucumber.filter.tags='not @Skip' \
10
-DskipITs=false\
0 commit comments