Skip to content

Commit

Permalink
build: update robotframework-maven-plugin to 1.6.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
php-coder committed Jan 21, 2020
1 parent 2b83da6 commit 3491401
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@

<resources.plugin.version>3.1.0</resources.plugin.version>
<robotframework-httprequest.version>0.0.15</robotframework-httprequest.version>
<robotframework-plugin.version>1.5.1</robotframework-plugin.version>
<robotframework-plugin.version>1.6.0</robotframework-plugin.version>
<robotframework-selenium.version>3.141.59.26535</robotframework-selenium.version>
<robotframework.version>3.1.2</robotframework.version>

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

0 comments on commit 3491401

Please sign in to comment.