Skip to content

Releases: mdasberg/grunt-karma-sonar

v0.2.28

24 Apr 08:07
Compare
Choose a tag to compare

Fixes

  • Fix unzipping of the sonar-distribution zip

version 0.2.23

16 Mar 10:41
Compare
Choose a tag to compare

Bugfixes:

  • Upgrade all dependencies
  • Fix Scenario outlines are not resolved to a feature file

version 0.2.22

02 Mar 16:42
Compare
Choose a tag to compare

Improvements:

  • Upgrade dependency for grunt 1.0.0
  • Upgrade all other dependencies
  • Add all sources for language (web) (#46)

version 0.2.21

11 Feb 21:10
Compare
Choose a tag to compare

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

27 Jan 21:46
Compare
Choose a tag to compare

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

09 Jan 20:35
Compare
Choose a tag to compare

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

07 Apr 19:25
Compare
Choose a tag to compare
  • 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

02 Apr 12:04
Compare
Choose a tag to compare

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

06 Dec 20:12
Compare
Choose a tag to compare

changes:

  • Customizable sonar profile

version 0.1.2

03 Dec 18:56
Compare
Choose a tag to compare

changes:

  • Add support for jdbc credentials.