How to start ASP.NET Core Web API site for testing using Selenium -


i trying write automated ui tests asp.net core web api solution using selenium. main question have - there solution to run site selenium web driver?

when debug test home controller, site not started, , selenium web driver fails.

one solution found - run iis express in testinitialize, maybe more solutions exist?

p.s. solution faced - run dotnet.exe. seems more clear me.


Comments