Has anyone been able to get end-to-end angular testing using asp.net mvc4 and karma?
Everything works fine for me, with the exception of the end tests. Views behave correctly, unit tests work fine, but end-to-end tests show that there are no elements in karma in the DOM. I canβt verify that since it doesnβt seem like you need to study the dom created by karma anyway
The reason I want to use MVC4 is because I like the way authorization works within the framework.
source share