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
18
18
``` groovy
19
19
buildscript {
20
20
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 '
22
22
}
23
23
}
24
24
@@ -37,6 +37,8 @@ task downloadFeatures(type: FeaturesTask){
37
37
jql = "project = XX AND key in ('XXX-1')"
38
38
/*Optional - default automated (can be one of: manual/automated/both)*/
39
39
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)"
40
42
/*Optional - the value MUST be an instance of {@link String} or {@link java.net.URI}.*/
41
43
proxyURI = "myproxy:8080"
42
44
/*Optional - user name which will be used for proxy authentication.*/
You can’t perform that action at this time.
0 commit comments