@@ -102,11 +102,6 @@ Please refer to the following usage example for the parameters descriptions.
102
102
<path >schema_name</path >
103
103
</paths >
104
104
105
- <!-- A list of tags to run. -->
106
- <tags >
107
- <tag >test_tag</tag >
108
- </tags >
109
-
110
105
<sources >
111
106
<source >
112
107
<!-- Path to project source files. -->
@@ -140,6 +135,16 @@ Please refer to the following usage example for the parameters descriptions.
140
135
<!-- Skip the utPLSQL version compatibility check. -->
141
136
<!-- Defaults to: false -->
142
137
<skipCompatibilityCheck >false</skipCompatibilityCheck >
138
+
139
+ <!-- A list of tags to run. -->
140
+ <tags >
141
+ <tag >test_tag</tag >
142
+ </tags >
143
+
144
+ <!-- Enables random order of test executions. -->
145
+ <randomTestOrder >true</randomTestOrder >
146
+ <!-- Sets the seed to use for random test execution order. If set, it sets -random to true. -->
147
+ <randomTestOrderSeed >5</randomTestOrderSeed >
143
148
144
149
<!-- Comma-separated object list to include in the coverage report. -->
145
150
<!-- Format: [schema.]package[,[schema.]package ...]. -->
@@ -209,7 +214,6 @@ Please refer to the following usage example for the parameters descriptions.
209
214
<customMapping >package_bodies</customMapping >
210
215
</customTypeMapping >
211
216
</testsCustomTypeMapping >
212
-
213
217
</configuration >
214
218
</execution >
215
219
</executions >
@@ -231,13 +235,15 @@ More project samples are available in the src/test/resources directory:
231
235
| --- | --- | --- |
232
236
| -c | --color | |
233
237
| | --failure-exit-code | |
234
- | | | ignoreFailure |
238
+ | -p | --path | paths.path |
235
239
| -f | --format | reporters.reporter.name |
236
240
| -o | | reporters.reporter.fileOutput |
237
241
| -s | | reporters.reporter.consoleOutput |
238
- | -p | --path | paths.path |
239
- | | --tags | tags.tag |
242
+ | | | ignoreFailure |
240
243
| -scc | --skip-compatibility-check | skipCompatibilityCheck |
244
+ | | --tags | tags.tag |
245
+ | -r | --random-test-order | randomTestOrder |
246
+ | -seed | --random-test-order-seed | randomTestOrderSeed |
241
247
| -exclude | | excludeObject |
242
248
| -include | | includeObject |
243
249
| | | |
0 commit comments