i set up the baseclass @Browser:Chrome which helps a lot and i also got unitTestProvider in the App.config set to <unitTestProvider name="SeleniumNUnit" />
Im able to run the features from VS2015, but when it comes to running the features from cmd line, im unable to.
when i tried running as nunit by providing <unitTestProvider name="NUnit" />, it errors out.
Is there a way to run the specflow baseclass tagged features from cmd line? And can baseclass use different unitTestProvider?