使用 Chutzpah 和 Jasmin 在 VS2015 Test Explorer 中多次显示 AngularJS 单元测试
Multiple showings of AngularJS Unit Tests in VS2015 Test Explorer with Chutzpah and Jasmin
我为我的 AngularJS 东西编写了一些单元测试,并使用 Chutzpah 运行 VS 中的测试。这就像一个魅力,但每个测试在 VS 测试资源管理器中显示 3 次。知道为什么吗?我的 chutzpah.json 看起来像这样:
{
"References": [
{ "Path": “Path of needed file” },
{ "Path": “Path of needed file” },
{ "Path": “Path of needed file” },
{ "Path": “Path of needed file” }
]
}
我在周末发现了这个错误。我还有一个 html 站点用于 运行 没有 Chutzpah 的测试。 Chutzpah 自己找到了测试并从 html.
中再次获取它们
我为我的 AngularJS 东西编写了一些单元测试,并使用 Chutzpah 运行 VS 中的测试。这就像一个魅力,但每个测试在 VS 测试资源管理器中显示 3 次。知道为什么吗?我的 chutzpah.json 看起来像这样:
{
"References": [
{ "Path": “Path of needed file” },
{ "Path": “Path of needed file” },
{ "Path": “Path of needed file” },
{ "Path": “Path of needed file” }
]
}
我在周末发现了这个错误。我还有一个 html 站点用于 运行 没有 Chutzpah 的测试。 Chutzpah 自己找到了测试并从 html.
中再次获取它们