Skip to content

gour9808/angular4-testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Si hay problemas para generar coverage

1 - npm install --save-dev karma-teamcity-reporter 2 - Add require('karma-teamcity-reporter') to list of plugins in karma.conf.js 3 - ng test --single-run --code-coverage --reporters teamcity - the tests run with TeamCity reporting as expected. 4 - ls coverage - the coverage folder is missing. 5 - Try again with a different reporter: ng test --single-run --code-coverage --reporters progress - same result, tests pass but there is no coverage report. 6 - Try again with no reporter: ng test --single-run --code-coverage - works as expected and generates a coverage report.

About

Unit testing, Integration testing, etc...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.5%
  • JavaScript 10.3%
  • HTML 4.1%
  • CSS 1.1%