Skip to content

Commit 52092f8

Browse files
authored
Merge pull request #681 from Ishavyas9/main
updated broken link
2 parents ce7bb36 + 3dfc6e7 commit 52092f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deep-dive-into-hyperexecute-yaml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ runtime:
375375
```
376376

377377
### `retryOnFailure`
378-
This allows you to configure automatic retries for failed test scenarios. When set to true (`retryOnFailure: true`), tests will be retried based on the [`maxRetries`](support/docs/deep-dive-into-hyperexecute-yaml/#maxretries) value specified. The default setting is **false**.
378+
This allows you to configure automatic retries for failed test scenarios. When set to true (`retryOnFailure: true`), tests will be retried based on the [`maxRetries`](/support/docs/deep-dive-into-hyperexecute-yaml/#maxretries) value specified. The default setting is **false**.
379379

380380
This feature eliminates the need to rerun the entire job to verify if a test scenario is genuinely failing or encountering an intermittent issue. By enabling `retryOnFailure`, you can promptly retry tests upon failure, helping determine if the test consistently fails or passes in subsequent attempts."
381381

0 commit comments

Comments
 (0)