Reqnroll migration with shared code in a nuget package #386
Unanswered
joelransom
asked this question in
SpecFlow migration Q&A
Replies: 1 comment 1 reply
-
check if you have reqnroll.json with CopyToOutputDirectory Always attribute.
And shared nuget must be using Reqnroll too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our organization we have many solutions with each having an integration test (Specflow) project. We want to gradually migrate from Specflow to Reqnroll. However, we have a project that is shared to all the other projects via a nuget package. This shared project contains some shared Specflow steps that all projects use. When upgrading a project to Reqnroll, however, those shared steps are no longer recognized. (i.e. they show up as undefined). (To be clear, I'm describing scenario where the shared project has not been updated, and the project that consumes the shared project has been updated.)
I don't want to be in a situation where if we update the shared project, we then have to update all the other projects at once.
I haven't attempted to solve this yet, as I could possibly break things in the process. I'm wondering if this is a familiar scenario with a suggested solution.
Regards, and thanks.
Joel
Beta Was this translation helpful? Give feedback.
All reactions