.net - JavaScript unit test results in MSTest -


i have been asked move unit-test results qunit mstest, became clear project lead today there in fact unit test on user interface. however, not write new ms test every case in qunit test file increase maintanance required. i've added watin , expect able test results tool.

the obvious , simple solution use single unit-test , make list tests failed , let debuggers figure out. skipping solution, there way register more test results single test runtime in mstest? possibly generate dynamic unit-test assembly?

any other possible , simple solutions?

edit: switched chutzpah, works approximately 1 thousand times better watin. note has work on build server well. @ point have 1 test fail if 1 of qunit tests fail. cannot use visual studio extensions has work on build server locally.

not sure if understand question, if mean want way run qunit tests within visual studio, there extension visual studio called chutzpah can you.

sorry if barking wrong tree :)


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -