NG6-starter icon indicating copy to clipboard operation
NG6-starter copied to clipboard

`singleRun: false` no output to console when running test

Open phucpnt opened this issue 9 years ago • 2 comments

Hello,

from the file karma.conf.js if i change the singleRun to false, karma would be start and run the test, but no output provide to the console.

Let me know Phuc

phucpnt avatar Dec 06 '16 06:12 phucpnt

@phucpnt In that case the console will only show syntax errors from the spec files. When Karma starts it will open a bowser window with http://localhost:9876. You have to press the Debug button and It will open http://localhost:9876/debug.html if you open the Chrome developer tools on this last window You will see the entire log and It will run every time you refresh the browser, if you modify any file you should see the updated result as well.

thematho avatar Apr 22 '17 18:04 thematho

Is there anyway to debug karma in VS Code? Thanks!

mocsharp avatar Jun 30 '17 22:06 mocsharp