0

I wrote some Unit Tests for my AngularJS stuff and use Chutzpah to run the tests in VS. That works like a charm but every test shows up 3 times in VS Test Explorer. Any idea why? My chutzpah.json looks like this:

{
  "References": [
     { "Path": “Path of needed file” },
     { "Path": “Path of needed file” },
     { "Path": “Path of needed file” },
     { "Path": “Path of needed file” }
  ]
}
yankee
  • 38,872
  • 15
  • 103
  • 162
Sknecht
  • 984
  • 2
  • 11
  • 31
  • Can you show your actual Chutzpah.json file contents? Also, if you have a real repo to link to that could be helpful also. – Matthew Manela Apr 07 '16 at 15:34
  • I found the mistake in the weekend. I still had a html site for running the tests without Chutzpah. Chutzpah found the Tests on its own and toke them again from the html. – Sknecht Apr 11 '16 at 06:46
  • Sknecht: Please post your comment as an answer to your own question and accept it. – yankee Jul 01 '17 at 19:28

1 Answers1

0

I found the mistake in the weekend. I still had a html site for running the tests without Chutzpah. Chutzpah found the Tests on its own and toke them again from the html.

Sknecht
  • 984
  • 2
  • 11
  • 31