I am trying to set up a test project for my ASP website. For some tests, I want to use selenium to do end-to-end tests.
Therefore, my site must be running so that tests can access the site.
How can I start a project of my site when running tests?
source share