Releases: mdasberg/grunt-karma-sonar
Releases · mdasberg/grunt-karma-sonar
v0.2.28
version 0.2.23
Bugfixes:
- Upgrade all dependencies
- Fix Scenario outlines are not resolved to a feature file
version 0.2.22
Improvements:
- Upgrade dependency for grunt 1.0.0
- Upgrade all other dependencies
- Add all sources for language (web) (#46)
version 0.2.21
Bugfix:
- Fix sonar properties with null values are not added anymore
Improvements:
- Add try catch and statuscode check when fetching sonar-runner from cdnurl
version 0.2.19
Improvements:
- Add check for sonar-runner in the lib dir and update log message to be more clear
- Update all dependencies
version 0.2.18
Features:
- Add cucumber testframework support
- Add debug option
Bugfix:
- 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)
version 0.2.3
- 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
version 0.2.0
Changes:
- Fixed karma-junit-reporter reports can be used again
- Added support for dry-run
- Added support for adding custom sonar properties
Breaking change:
- configuration has been changed
version 0.1.3
changes:
- Customizable sonar profile
version 0.1.2
changes:
- Add support for jdbc credentials.