Skip to content

Latest commit

 

History

History
171 lines (120 loc) · 3.98 KB

CHANGELOG.md

File metadata and controls

171 lines (120 loc) · 3.98 KB

0.2.26 (2017-04-26)

Bugfix

  • Fix unit failures can be more than one per testcase

0.2.26 (2016-05-18)

Bugfix

  • Fix duration of junit result should be > 0 or 0

0.2.25 (2016-05-18)

Improvements

Bugfix

  • Fix invalid matching of testcases that contain /) like characters

0.2.24 (2016-05-17)

Bugfix

  • Fix new JUnit report matching

0.2.23 (2016-03-16)

Bugfix

  • Fix Scenario outlines are not resolved to a feature file

0.2.22 (2016-03-02)

Improvements

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

0.2.21 (2016-02-04)

Bugfix

  • Fix sonar properties with null values are not added anymore

0.2.20 (2016-02-02)

Bugfix

  • Fix install exits when sonar-runner-dist is not found on the cdnurl

0.2.19 (2016-01-27)

Improvements

  • Add check for sonar-runner in the lib dir and update log message to be more clear
  • Update all dependencies

0.2.18 (2016-01-09)

Feature

  • 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)

0.2.17 (2015-09-18)

Bugfix

  • Fix conditional specs aren't being resolved and result in an error

0.2.16 (2015-09-15)

Bugfix

  • Fix file merge fails if there is disabled jasmine test ('xit()')
  • Fix tests that contain '' in jasmine it break sonar

0.2.15 (2015-09-11)

Features

  • Added support for adding integration tests results

0.2.14 (2015-09-09)

Bugfix

  • 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

0.2.13 (2015-07-08)

Bugfix

  • Added lib directory to npm ignore

0.2.12 (2015-07-07)

Features

  • Added support for fetching sonar-runner when it is not available on the path

0.2.9 (2015-06-30)

Features

  • Added support for adding integration tests coverage

0.2.7 (2015-06-15)

Bug Fixes

  • Added support excluding any sonar property.

0.2.6 (2015-06-09)

Bug Fixes

  • Added support for not adding a parameter to sonar by providing null as a value.

0.2.4 (2015-04-10)

Bug Fixes

  • Fixed Karma sonar should not write options instance when they are undefined.

0.2.3 (2015-04-07)

Bug Fixes

  • 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

0.2.2 (2015-04-02)

Bug Fixes

  • 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

0.2.1 (2015-04-02)

Bug Fixes

  • #17 Cannot find module 'fs-extra'

0.2.0 (2015-04-02)

Breaking changes

  • The configuration has changed.

Features

  • Added support for dry-run
  • Added support for adding custom sonar properties

Bug Fixes

  • '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