From 1b584d6b2d104de796dcfccaf3896a9028e1533b Mon Sep 17 00:00:00 2001 From: ShubhamSuri <70204532+surishubham@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:58:08 +0530 Subject: [PATCH] Merge pull request #1654 from amanchopra1905/stage 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 538aff76e..dac603eec 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. ***