CADbloke / CADtest

CADtest runs NUnitLite version 3 inside AutoCAD and/or the AutoCAD Core Console
Other
36 stars 19 forks source link

wiring up the TestResult.xml to VS #4

Closed krisri closed 8 years ago

krisri commented 9 years ago

Dear CADbloke,

I really like the approach of this project. It allows to run tests acad command based. For debugging tests, I do not see a problem attaching with VS, that should work fine. But when we run lots of tests, and one of the tests fails, it would be nice to see the result of the tests either in the Visual Studio TestExplorer, or if not possible in one of the Visual Studio output windows. Do you see possibilities for this?

thx,

Kris

CADbloke commented 9 years ago

I haven't investigated running the tests inside a test runner. I imagine it's kinda hard since their host application is AutoCAD. I honestly haven't even looked at this project in a few months, I was waiting for NUnit v3 to settle down and then I got distracted. I like the idea though, let's see what we can come up with,

CADbloke commented 9 years ago

Actually, is this what you want? ... https://github.com/reportunit/reportunit

I haven't tried it myself yet but it looks mighty fine