File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Full plugin configuration below, optional properties can be omitted
1818``` groovy
1919buildscript {
2020 dependencies{
21- classpath group: 'com.assertthat.plugins', name: 'assertthat-bdd-gradle-tasks', version: '1.4 '
21+ classpath group: 'com.assertthat.plugins', name: 'assertthat-bdd-gradle-tasks', version: '1.5 '
2222 }
2323}
2424
@@ -37,6 +37,8 @@ task downloadFeatures(type: FeaturesTask){
3737 jql = "project = XX AND key in ('XXX-1')"
3838 /*Optional - default automated (can be one of: manual/automated/both)*/
3939 mode = "automated"
40+ /*Optional - tag expression filter for scenarios. More on tag expressions https://cucumber.io/docs/cucumber/api/#tag-expressions*/
41+ tags = "(@smoke or @ui) and (not @slow)"
4042 /*Optional - the value MUST be an instance of {@link String} or {@link java.net.URI}.*/
4143 proxyURI = "myproxy:8080"
4244 /*Optional - user name which will be used for proxy authentication.*/
You can’t perform that action at this time.
0 commit comments