Running unit test for angular app on tfs server

久未见 提交于 2019-12-24 18:44:48

问题


I am running unit test for angular app using karma and jasmine. Since karma pops up browser window, In my build definition (of tfs) to run unit test, the build gets stuck up! How to ensure it doesn't pop up a window .Instead of popping up the results in a browser window, I want the results to be written into a file (to be specific to Junit report coverage in xml format , such that TFS server understands the file and generates report)

来源:https://stackoverflow.com/questions/55708279/running-unit-test-for-angular-app-on-tfs-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!