How to run multiple specflow projects through cmd?
问题 I have numerous .Net Framework class library projects, all with specflow and specrun.specflow nuget packages installed. I'm able to run all these projects in the Test explorer of Visual Studio 2019 but I want to know if this can be run using cmd prompt. I'm planning to automate by creating a batch file to run all the projects through cmd without having to go test explorer in VS 2019 and run them manually Does anybody have any idea if this can be achieved? If possible, can you please share the