I'm trying to use velocity as my main testing platform but with Karma and my integration tests I have a weird issue. The karma runtime running in the other chrome instance can't reach ng.html files. I have this message in my console :
http://localhost:9876/client/views/navbar.ng.html 404 (Not Found)
This keeps even angular to start.
Emmanuel