Skip to content

Files

Latest commit

 

History

History
59 lines (51 loc) · 2.03 KB

specflow-report.md

File metadata and controls

59 lines (51 loc) · 2.03 KB
id title hide_title sidebar_label description keywords url site_name slug
specflow-report
SpecFlow Report
false
SpecFlow
Learn how to generate SpecFlow Report on lambdatest and download the reports from the dashboard
specflow testing reports
specflow testing lambdatest
LambdaTest
specflow-report/
<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify({ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "LambdaTest", "item": "https://www.lambdatest.com" },{ "@type": "ListItem", "position": 2, "name": "Support", "item": "https://www.lambdatest.com/support/docs/" },{ "@type": "ListItem", "position": 3, "name": "Native Extent Report", "item": "https://www.lambdatest.com/support/docs/specflow-report/" }] }) }} ></script>

SpecFlow is a free tool for automating tests using BDD. It's often used to create automation scripts for .NET projects. This technical document provides a guide on generating SpecFlow reports after executing tests on HyperExecute.

We also offer Custom Specflow report.

Steps to Generate Specflow Reports on HyperExecute

Step 1: Configure all the necessary dependencies and configurations to your project.

Step 2: Configure the report parameters in the HyperExecute YAML file.

report: true
partialReports:
  location: YOUR_REPORTS_LOCATION
  type: html
  frameworkName: specflow

Step 3: Now execute your job by triggering the HyperExecute CLI. You can visit the HyperExecute dashboard to download the report after job completion.

<img loading="lazy" src={require('../assets/images/hyperexecute/knowledge-base/reports/specflow.png').default} alt="Image" className="doc_img"/>