karma-sonarqube-execution-reporter
Version:
A Karma plugin. Report execution results in sonar-unit-tests xml format.
36 lines (22 loc) • 648 B
Markdown
# Changelog
## 0.0.1 (2016-01-26)
* Plugin released
## 0.0.2 (2018-11-22)
### Features
* Updated dependencies
* Removed 27 vulnerabilities (18 low, 8 high, 1 critical)
## 0.1.0 (2018-11-22)
### Features
* `File path` is path to spec file in default
* Parsing key-words in spec files:
* `describe()`
* `describe ()`
* `describe.only()`
* `describe.only ()`
### Code changes
* Extracted nested functions.
* Added new unit-tests for different `describe()` key-word combinantions.
## 0.1.1 (2018-11-22)
### Features
* Removed unused plugin params.
* Added description to ReadMe for plugin params.