5

In short, I am looking for a way to get more verbose output from ng test.

I am not looking for more test output, but more verbose feedback on the configuration.

I am trying to configure a project, and I get very little feedback from the CLI when something is incorrectly configured.

For example, when running ng test, I currently get a chrome window hosting jasmine, but with 0 specs found, and a 404 for http://localhost:9876/karma_webpack/main.js.

bnieland
  • 6,047
  • 4
  • 40
  • 66
  • @OctavianMărculescu Do you have any thoughts on this – bnieland Apr 07 '22 at 16:18
  • 1
    Does maybe [karma-verbose-reporter](https://www.npmjs.com/package/karma-verbose-reporter) help? – uminder Apr 09 '22 at 09:42
  • I got past the issue I was having, and have not yet tried the above. Thanks for the info though. – bnieland May 12 '22 at 17:54
  • @bnieland Running into same wall. Any tips on how you solved the issue? – sampoh Sep 21 '22 at 12:02
  • Finally got past my problem by using ng-cli to bootstrap a new project and isolating one simple spec file to run there (had around 120 tests in a project that used Angular4 and angular-seed). Turns out the problems were all related to typescript thus the test runner didn't even bother to do anything. – sampoh Sep 23 '22 at 10:59

0 Answers0