From e17192951ddbd4e31ca28ca1b71828327918089c Mon Sep 17 00:00:00 2001 From: Hernan Rey Corvalan Date: Tue, 15 Oct 2024 17:42:08 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4008368..afa97c4 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ For scenarios that are prone to intermittent failures or are affected by infrast You can also specify the number of retries by adding the total retries as a suffix in the @AUTORETRY tag. For example, @AUTORETRY_3 will retry the scenario 3 times if the scenario fails. -The re-execution will be performed right after the failed execution arises, and the final result will be registered as the scenario execution result. +The re-execution will be performed right after a failing execution arises, and the latest execution is the one that will be reported. ### Rerunning Failed Scenarios