Skip to content

Commit 4892ba1

Browse files
committed
Robot Framework: enable random order of the test suites.
Addressed to #640
1 parent a3a7d8e commit 4892ba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,7 @@
923923
<configuration>
924924
<testCasesDirectory>${basedir}/src/test/robotframework</testCasesDirectory>
925925
<xunitFile>NONE</xunitFile>
926+
<randomize>suite</randomize>
926927
<!-- Handy for debugging. Log file will be created in target/ directory -->
927928
<!--
928929
<debugFile>${project.build.directory}/robotframework.log</debugFile>

0 commit comments

Comments
 (0)