Issues in migrating from Specflow to Reqnroll #372
RajeshPoola
started this conversation in
General
Replies: 1 comment
-
looks like you have clash of namespaces |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our project, we used the 'Specflow.Assist.Dynamic' library to facilitate the dynamic creation of sets and instances. As we are planning to migrate our projects to Reqnroll, which lacks compatibility with dynamic table handling, I forked the 'Specflow.Assist.Dynamic' repository and attempted to adapt it for use with Reqnroll tables. However, I am encountering issues because it does not recognize the NUnit.Framework. I'm not sure what I'm missing.
Project file
<ItemGroup> <PackageReference Include="Dynamitey" Version="3.0.3" /> <PackageReference Include="FluentAssertions" Version="7.0.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> <PackageReference Include="Reqnroll" Version="2.2.1" /> <PackageReference Include="Reqnroll.NUnit" Version="2.2.1" /> <PackageReference Include="NUnit" Version="4.3.1" /> <PackageReference Include="NUnit3TestAdapter" Version="4.6.0" /> </ItemGroup>
Beta Was this translation helpful? Give feedback.
All reactions