Skip to content

Commit 3491401

Browse files
committed
build: update robotframework-maven-plugin to 1.6.0
Also change console mode to make output compact and remove details from passed tests. Changelogs: - https://github.com/robotframework/MavenPlugin/releases/tag/1.5.2 - https://github.com/robotframework/MavenPlugin/releases/tag/1.6.0 Fix #167
1 parent 2b83da6 commit 3491401

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@
549549

550550
<resources.plugin.version>3.1.0</resources.plugin.version>
551551
<robotframework-httprequest.version>0.0.15</robotframework-httprequest.version>
552-
<robotframework-plugin.version>1.5.1</robotframework-plugin.version>
552+
<robotframework-plugin.version>1.6.0</robotframework-plugin.version>
553553
<robotframework-selenium.version>3.141.59.26535</robotframework-selenium.version>
554554
<robotframework.version>3.1.2</robotframework.version>
555555

@@ -1014,6 +1014,10 @@
10141014
<testCasesDirectory>${basedir}/src/test/robotframework</testCasesDirectory>
10151015
<xunitFile>NONE</xunitFile>
10161016
<randomize>suite</randomize>
1017+
<!-- See http://robotframework.org/robotframework/3.1.2/RobotFrameworkUserGuide.html#controlling-console-output -->
1018+
<console>dotted</console>
1019+
<!-- See http://robotframework.org/robotframework/3.1.2/RobotFrameworkUserGuide.html#removing-keywords -->
1020+
<removeKeywords>PASSED</removeKeywords>
10171021
<!-- Handy for debugging. Log file will be created in target/ directory -->
10181022
<!--
10191023
<debugFile>${project.build.directory}/robotframework.log</debugFile>

0 commit comments

Comments
 (0)