79449166

Date: 2025-02-18 17:48:43
Score: 0.5
Natty:
Report link

Install the following nuget package.

xRetry.SpecFlow

Once installed , at the feature level add following tag

@retry(2,5000)
Feature: <Feature Name>

2 -- number of times to retry 5000 -- time in ms between each retry.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mr Automation