Friday, 27 September 2013

Deploy web project in ClassInitialize

Deploy web project in ClassInitialize

I have a separate project for running Selenium based UI tests. These hit
my local IIS (my MVC app is bound to my local IIS)
I use MSUnit to execute these tests.
My problem is the tests run against the code base I last published, not
against the latest version. To run tests against the latest version I need
to publish my project again.
I think I want to deploy my web site in the ClassInitialize method. How
can I do this or otherwise solve my problem.

No comments:

Post a Comment