File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,11 @@ Please refer to the following usage example for the parameters descriptions.
102102 <path >schema_name</path >
103103 </paths >
104104
105+ <!-- A list of tags to run. -->
106+ <tags >
107+ <tag >test_tag</tag >
108+ </tags >
109+
105110 <sources >
106111 <source >
107112 <!-- Path to project source files. -->
@@ -231,6 +236,7 @@ More project samples are available in the src/test/resources directory:
231236| -o | | reporters.reporter.fileOutput |
232237| -s | | reporters.reporter.consoleOutput |
233238| -p | --path | paths.path |
239+ | | --tags | tags.tag |
234240| -scc | --skip-compatibility-check | skipCompatibilityCheck |
235241| -exclude | | excludeObject |
236242| -include | | includeObject |
@@ -250,4 +256,3 @@ More project samples are available in the src/test/resources directory:
250256| -owner_subexpression | | testsOwnerSubexpression |
251257| -type_subexpression | | testsTypeSubexpression |
252258| -name_subexpression | | testsNameSubexpression |
253-
You can’t perform that action at this time.
0 commit comments