File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 549
549
550
550
<resources .plugin.version>3.1.0</resources .plugin.version>
551
551
<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>
553
553
<robotframework-selenium .version>3.141.59.26535</robotframework-selenium .version>
554
554
<robotframework .version>3.1.2</robotframework .version>
555
555
1014
1014
<testCasesDirectory >${basedir} /src/test/robotframework</testCasesDirectory >
1015
1015
<xunitFile >NONE</xunitFile >
1016
1016
<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 >
1017
1021
<!-- Handy for debugging. Log file will be created in target/ directory -->
1018
1022
<!--
1019
1023
<debugFile>${project.build.directory}/robotframework.log</debugFile>
You can’t perform that action at this time.
0 commit comments