Skip to content

Commit

Permalink
debt: add retry for publish tests (#1674)
Browse files Browse the repository at this point in the history
* add tag to feature

* retry config for feature-test run
  • Loading branch information
davidjgoss authored May 28, 2021
1 parent 24ff9dc commit 04c2747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cucumber.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(' ')

Expand Down
1 change: 1 addition & 0 deletions features/publish.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@flaky
Feature: Publish reports

Background:
Expand Down

0 comments on commit 04c2747

Please sign in to comment.