I am using Visual Studio 2015 for a MVC-/angularJS -project. I have written a couple of Integrationtests using the Protractor nuget package.
我正在使用Visual Studio 2015进行MVC-/angularJS -项目。我已经用量角器nuget包写了几个集成测试。
The problem is, I can only run these tests on deployed versions of the project. Is there a way to run the Integrationtests against a freshly compiled version in running in debug-Mode on the same machine?
问题是,我只能在项目的部署版本上运行这些测试。是否有一种方法可以在同一台机器上以调试模式运行新编译版本的Integrationtests ?
1 个解决方案
#1
3
Maybe this blogpost will help you: NUnit Unit Testing of ASP.NET Pages.
也许这篇博文会对你有所帮助:ASP的NUnit测试。网络页面。
AngularJS or not shouldn't make a difference with this guide.
不管你是不是天使,都不应该对这个指南产生影响。
#1
3
Maybe this blogpost will help you: NUnit Unit Testing of ASP.NET Pages.
也许这篇博文会对你有所帮助:ASP的NUnit测试。网络页面。
AngularJS or not shouldn't make a difference with this guide.
不管你是不是天使,都不应该对这个指南产生影响。