I would like out QA team to be able to run SpecFlow tests. I would like them to be able to change values and append more scenarios. These appended scenarios will have matching step definitions, so they only need to modify the features.
The QA team does not have access to Visual Studio.
Is it possible to achieve this without using Visual Studio?
We are currently using MS Test but we are willing to use NUnit if that will help.