From b3309469f21e045876131d4be18b56357c4ec64b Mon Sep 17 00:00:00 2001 From: amanchopra1905 Date: Mon, 2 Jun 2025 16:55:31 +0530 Subject: [PATCH] updated failfast --- docs/deep-dive-into-hyperexecute-yaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deep-dive-into-hyperexecute-yaml.md b/docs/deep-dive-into-hyperexecute-yaml.md index 866672c9f..13b0ee665 100644 --- a/docs/deep-dive-into-hyperexecute-yaml.md +++ b/docs/deep-dive-into-hyperexecute-yaml.md @@ -773,7 +773,7 @@ failFast: ``` ::: -> **NOTE :** You can specify `failFast` at either the test level or scenario level, depending on your requirements. Both configurations will work, but only one should be used at a time. +> **NOTE :** You can specify `failFast` at either the test level or scenario level, depending on your requirements. Both configurations will work, but can lead to unexpected results, only one should be used at a time. ***