@@ -81,7 +81,7 @@ Please refer to the following usage example for the parameters descriptions:
8181 <!-- -DdbUser="user" -->
8282 <dbUser >user</dbUser >
8383 <!-- Database connection password. -->
84- <!-- -DdbPass ="password" -->
84+ <!-- -DdbPassword ="password" -->
8585 <dbPass >password</dbPass >
8686 </properties >
8787
@@ -100,6 +100,7 @@ Please refer to the following usage example for the parameters descriptions:
100100 <!-- REQUIRED PARAMETERS -->
101101
102102 <!-- A list of tests suite paths. -->
103+
103104 <!-- The path(s) can be in one of the following formats: -->
104105 <!-- schema[.package[.procedure]] -->
105106 <!-- schema:suite[.suite[.suite][...]][.procedure] -->
@@ -207,7 +208,7 @@ Please refer to the following usage example for the parameters descriptions:
207208 <!-- See coverage reporting options in framework documentation. -->
208209 <sourcesOwner >code_owner</sourcesOwner >
209210 <sourcesRegexExpression >.*/\w+/(\w+)/(\w+)\.\w{3}</sourcesRegexExpression >
210- <sourcesOwnerSubexpression >3 </sourcesOwnerSubexpression >
211+ <sourcesOwnerSubexpression >app </sourcesOwnerSubexpression >
211212 <sourcesNameSubexpression >2</sourcesNameSubexpression >
212213 <sourcesTypeSubexpression >1</sourcesTypeSubexpression >
213214 <sourcesCustomTypeMapping >
@@ -221,7 +222,7 @@ Please refer to the following usage example for the parameters descriptions:
221222 <!-- See coverage reporting options in framework documentation. -->
222223 <testsOwner >tests_owner</testsOwner >
223224 <testsRegexExpression >.*/\w+/(\w+)/(\w+)\.\w{3}</testsRegexExpression >
224- <testsOwnerSubexpression >3 </testsOwnerSubexpression >
225+ <testsOwnerSubexpression >test </testsOwnerSubexpression >
225226 <testsNameSubexpression >2</testsNameSubexpression >
226227 <testsTypeSubexpression >1</testsTypeSubexpression >
227228 <testsCustomTypeMapping >
0 commit comments