Skip to content

Commit 40cfdd7

Browse files
authored
Update README.md
1 parent 3aae94c commit 40cfdd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Full plugin configuration below, optional properties can be omitted
1818
```groovy
1919
buildscript {
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.*/

0 commit comments

Comments
 (0)