shanselman / ama

Ask me anything
88 stars 5 forks source link

How do I get visual studio to start my asp.mvc app and then run my selenium tests. #100

Open whiteleyj opened 6 years ago

whiteleyj commented 6 years ago

I've got an MVC 5 app and am using VS2015 (I can get 2017 if needed). I want to start adding integration tests with selenium + NUnit. When I google for ways to get visual studio to first start my web project, then run the tests I get hit with very hackish looking solutions (powershell scripts, and large sprawling code steps in setup).

Is there a better way? Should I embrace the hacks?