Skip to content

Commit dfd9efa

Browse files
committed
retry config for feature-test run
1 parent ec25a36 commit dfd9efa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: cucumber.js

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ const feature = [
66
'--format usage:usage.txt',
77
'--format message:messages.ndjson',
88
'--format html:html-formatter.html',
9+
'--retry 2',
10+
'--retry-tag-filter @flaky',
911
'--publish-quiet',
1012
].join(' ')
1113

0 commit comments

Comments
 (0)