You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I migrated my test project from SpecFlow to Reqnroll.
I can say that after a while I was able to put my tests running fine after following the Migration topic on Reqnroll webpage and after doing some other adjustments.
My issue started when I modified my feature file because its associated code behind file did not update with the new steps that I added on the feature file. I tried to clean and build the project but same thing. I deleted the code behind file but now the build fails: "myTest.feature.cs could not be found".
I already cleaned my test project cache, checked my nuget packages, restarted my visual Studio 2022 but I could not fix this issue.
I don't know why but my "myTest.feature.cs" is not being generated anymore, and, as I said previously, before I deleted it, it was not being updated with the new steps that I added on the "myTest.feature".
I did some researh online about this issue but most of the topics are related with Specflow.
Here, the relevant information of my csproj :
net8.0
enable
enable
Many thanks in advance :)
Steps to Reproduce
Step 1 - Modify a .feature file on the test project
Step 2 - Clean & Build the project
Step 3 - feature.cs file is not being updated with the modifications done on its .feature file (feature.cs file is not updated at all)
Link to Repro Project
No response
The text was updated successfully, but these errors were encountered:
Reqnroll Version
2.2.1
Which test runner are you using?
NUnit
Test Runner Version Number
3.13.3
.NET Implementation
.NET 8.0
Test Execution Method
Visual Studio Test Explorer
Content of reqnroll.json configuration file
No response
Issue Description
Hello!
I migrated my test project from SpecFlow to Reqnroll.
I can say that after a while I was able to put my tests running fine after following the Migration topic on Reqnroll webpage and after doing some other adjustments.
My issue started when I modified my feature file because its associated code behind file did not update with the new steps that I added on the feature file. I tried to clean and build the project but same thing. I deleted the code behind file but now the build fails: "myTest.feature.cs could not be found".
I already cleaned my test project cache, checked my nuget packages, restarted my visual Studio 2022 but I could not fix this issue.
I don't know why but my "myTest.feature.cs" is not being generated anymore, and, as I said previously, before I deleted it, it was not being updated with the new steps that I added on the "myTest.feature".
I did some researh online about this issue but most of the topics are related with Specflow.
Here, the relevant information of my csproj :
net8.0 enable enableMany thanks in advance :)
Steps to Reproduce
Step 1 - Modify a .feature file on the test project
Step 2 - Clean & Build the project
Step 3 - feature.cs file is not being updated with the modifications done on its .feature file (feature.cs file is not updated at all)
Link to Repro Project
No response
The text was updated successfully, but these errors were encountered: