@@ -135,6 +135,16 @@ Please refer to the following usage example for the parameters descriptions.
135
135
<!-- Skip the utPLSQL version compatibility check. -->
136
136
<!-- Defaults to: false -->
137
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 >
138
148
139
149
<!-- Comma-separated object list to include in the coverage report. -->
140
150
<!-- Format: [schema.]package[,[schema.]package ...]. -->
@@ -204,7 +214,6 @@ Please refer to the following usage example for the parameters descriptions.
204
214
<customMapping >package_bodies</customMapping >
205
215
</customTypeMapping >
206
216
</testsCustomTypeMapping >
207
-
208
217
</configuration >
209
218
</execution >
210
219
</executions >
@@ -226,12 +235,15 @@ More project samples are available in the src/test/resources directory:
226
235
| --- | --- | --- |
227
236
| -c | --color | |
228
237
| | --failure-exit-code | |
229
- | | | ignoreFailure |
238
+ | -p | --path | paths.path |
230
239
| -f | --format | reporters.reporter.name |
231
240
| -o | | reporters.reporter.fileOutput |
232
241
| -s | | reporters.reporter.consoleOutput |
233
- | -p | --path | paths.path |
242
+ | | | ignoreFailure |
234
243
| -scc | --skip-compatibility-check | skipCompatibilityCheck |
244
+ | | --tags | tags.tag |
245
+ | -r | --random-test-order | randomTestOrder |
246
+ | -seed | --random-test-order-seed | randomTestOrderSeed |
235
247
| -exclude | | excludeObject |
236
248
| -include | | includeObject |
237
249
| | | |
@@ -250,4 +262,3 @@ More project samples are available in the src/test/resources directory:
250
262
| -owner_subexpression | | testsOwnerSubexpression |
251
263
| -type_subexpression | | testsTypeSubexpression |
252
264
| -name_subexpression | | testsNameSubexpression |
253
-
0 commit comments