3

how do you integrate Jasmine's test runner with Visual Studio and your custom build process ? I've read an article at codebetter that shows how to achieve this task using FubuMVC and a few other components but I was wondering if you can recommend any alternatives ?

So how do you do that at your workplace ?

Many thanks, Tomek

4

2 回答 2

3

看看 Chutzpah ( http://chutzpah.codeplex.com/ )。它集成了用于运行 Jasmine 或 QUnit 测试的测试运行器和命令行选项。在幕后,它使用 PhantomJS(一种无头浏览器)来加载测试并运行它们。

于 2013-02-01T16:32:08.170 回答
2

我知道这已经有一年了,但仅供参考,我注意到 Visual Studio 2013 中的一个新的 AngularJS SPA 模板项目 (ASP.NET) 包括 Jasmine (SpecRunner.cshtml)。AngularJS SPA 模板是 VS2013 的扩展(可以安装在 VS2012 和 VS2010 上)。所以它现在就在那里,去 VS 中的扩展和更新找到它!

于 2014-03-10T17:28:54.153 回答