问题
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