From 5fa02df3d6fffec14c88070cb2e5dd80c862fa9c Mon Sep 17 00:00:00 2001 From: ShubhamSuri <70204532+surishubham@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:56:02 +0530 Subject: [PATCH] Merge pull request #1212 from amanchopra1905/stage specflow report updated --- docs/specflow-report.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docs/specflow-report.md b/docs/specflow-report.md index 53dde9b59..fa63f87a7 100644 --- a/docs/specflow-report.md +++ b/docs/specflow-report.md @@ -50,26 +50,8 @@ partialReports: location: YOUR_REPORTS_LOCATION type: html frameworkName: specflow - email: - to: ["example@example.com"] - metaInfo: ["project-name:","project-env:"] ``` **Step 3:** Now execute your job by triggering the HyperExecute CLI. You can visit the HyperExecute dashboard to download the report after job completion. -:::info -You can also generate Custom Specflow reports using the Specflow reporting API. You can use the Specflow reporting API to generate reports in any format you want, such as HTML, PDF, or XML. - -```yaml -report: true -partialReports: - location: YOUR_REPORTS_LOCATION - type: html - frameworkName: specflow-custom - email: - to: ["example@example.com"] - metaInfo: ["project-name:","project-env:"] -``` -::: - Image \ No newline at end of file