From 2bcbb568088a171e1cf4fbefb7977e8666afdaba Mon Sep 17 00:00:00 2001 From: amanchopra1905 Date: Mon, 6 Jan 2025 16:54:18 +0530 Subject: [PATCH] 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