- Fix unit failures can be more than one per testcase
- Fix duration of junit result should be > 0 or 0
- Support Generic Test Coverage junit report (as of version 2.10 of the Javascript plugin, reports are no longer supported) @see http://docs.sonarqube.org/display/PLUG/JavaScript+Unit+Tests+Execution+Reports+Import
- Fix invalid matching of testcases that contain /) like characters
- Fix new JUnit report matching
- Fix Scenario outlines are not resolved to a feature file
- Upgrade dependency for grunt 1.0.0
- Upgrade all other dependencies
- Add all sources for language (web)
- Fix sonar properties with null values are not added anymore
- Fix install exits when sonar-runner-dist is not found on the cdnurl
- Add check for sonar-runner in the lib dir and update log message to be more clear
- Update all dependencies
- Add cucumber testframework support
- Add debug option
- Fix sonar-runner cmd for windows
- Update documentation to reflect task name change from 'karma_sonar' to 'karmaSonar'
- Modified the regex to be non-greedy (src: js/x/some.js)
- 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