diff --git a/cucumber.js b/cucumber.js index 9a2445594..05310f275 100644 --- a/cucumber.js +++ b/cucumber.js @@ -6,6 +6,8 @@ const feature = [ '--format usage:usage.txt', '--format message:messages.ndjson', '--format html:html-formatter.html', + '--retry 2', + '--retry-tag-filter @flaky', '--publish-quiet', ].join(' ') diff --git a/features/publish.feature b/features/publish.feature index c86d36c52..c93c04653 100644 --- a/features/publish.feature +++ b/features/publish.feature @@ -1,3 +1,4 @@ +@flaky Feature: Publish reports Background: