From 9f1fd62191e07de78b857478dacdcb127c85c22e Mon Sep 17 00:00:00 2001 From: ShubhamSuri <70204532+surishubham@users.noreply.github.com> Date: Tue, 27 May 2025 16:58:03 +0530 Subject: [PATCH] Merge pull request #1628 from amanchopra1905/stage updated the report --- docs/deep-dive-into-hyperexecute-yaml.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/deep-dive-into-hyperexecute-yaml.md b/docs/deep-dive-into-hyperexecute-yaml.md index 6d9a201fb..538aff76e 100644 --- a/docs/deep-dive-into-hyperexecute-yaml.md +++ b/docs/deep-dive-into-hyperexecute-yaml.md @@ -517,15 +517,10 @@ partialReports: - location: reports/json type: json frameworkName: extent-native - email: - to: - - johndoe@example.com + - location: target/surefire-reports type: html frameworkName: testng - email: - to: - - johndoe@example.com ``` :::