Closed anandprasathm closed 4 years ago
Does this happen also in the example from us? You can find them at https://github.com/SpecFlowOSS/SpecFlow-Examples
Closed because of inactivity
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Specflow Tests are visible, steps binded but steps are not executed
SpecFlow Version:
Used Test Runner
Version number:
Project Format of the SpecFlow project
packages.config
<PackageReference>
tags.feature.cs files are generated using
SpecFlow.Tools.MsBuild.Generation
NuGet packageSpecFlowSingleFileGenerator
custom toolVisual Studio Version
Enable SpecFlowSingleFileGenerator Custom Tool
option in Visual Studio extension settingsAre the latest Visual Studio updates installed?
<Major>.<Minor>.<Patch>
.NET Framework:
Test Execution Method:
<SpecFlow> Section in app.config or content of specflow.json
Repro Project
Issue Description
Hi,
I am facing the below issue while debugging/run my Specflow test using Visual Studio Test Explorer.
Specflow Tests are
Visible in Visual Studio Test Explorer
Steps are having binding that we could see on Feature file but if we execute/debug the steps, the test is keep on running but doen't reaches the debug point.
I am using MsTest as the UnitTestrunner.
Could any one please help me on this?
Steps to Reproduce