- 
                Notifications
    
You must be signed in to change notification settings  - Fork 102
 
Closed
Labels
Description
Reqnroll Version
3.1.1
Which test runner are you using?
MSTest
Test Runner Version Number
TUnit 0.61.58
.NET Implementation
.NET 9.0
Test Execution Method
Visual Studio Test Explorer
Content of reqnroll.json configuration file
No response
Issue Description
TUnit integration produce source references for Test Explorer so it refers the feature code behind file.
Because of this one can't navigate to the feature file from Test Explorer but instead opens the code behind file.
Source also works as intended for pure TUnit tests (as far as I've seen)
Steps to Reproduce
Install Reqnroll.TUnit, compile.
Rolling back to MSTest for example works as intended right away.
Link to Repro Project
No response