- Fix conditional specs aren't being resolved and result in an error
- Fix file merge fails if there is disabled jasmine test ('xit()')
- Fix tests that contain '' in jasmine it break sonar
- Added support for adding integration tests results
- Fix support for karma-junit-reporter higher then 0.3.1 (glob support)
- Fix test files containing dots in the name do not get uploaded
- Added lib directory to npm ignore
- Added support for fetching sonar-runner when it is not available on the path
- Added support for adding integration tests coverage
- Added support excluding any sonar property.
- Added support for not adding a parameter to sonar by providing null as a value.
- Fixed Karma sonar should not write options instance when they are undefined.
- Fixed Specs that escape characters are matched incorrectly, resulting in exclusion
- Fixed Multiple test files that have specs with the same name are resolved incorrectly
- Fixed Files with test directory different then
test
don't get copied - Fixed Files with source directory different then
src
don't get copied
- Fixed regex for finding tests with double and single quotes
- Fixed regex for finding testcases that have an autoclose tag
- Added check for files that are in the test directory but are no tests
- #17 Cannot find module 'fs-extra'
- The configuration has changed.
- Added support for dry-run
- Added support for adding custom sonar properties
- 'karma_sonar' task now stops when an error has occurred
- karma-junit-reporter reports are now processed and updated with the correct spec for classname