hermione-test-repeater
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.4](https://github.com/gemini-testing/hermione-test-repeater/compare/v0.0.3...v0.0.4) (2019-11-27) | ||
### Bug Fixes | ||
* do not crash if plugin is using through hermione api ([26a18f5](https://github.com/gemini-testing/hermione-test-repeater/commit/26a18f5606fc092606018b5dbaaac4e84514200c)) | ||
### [0.0.3](https://github.com/gemini-testing/hermione-test-repeater/compare/v0.0.2...v0.0.3) (2019-11-25) | ||
@@ -7,0 +14,0 @@ |
@@ -27,3 +27,3 @@ 'use strict'; | ||
hermione.on(hermione.events.INIT, () => { | ||
const repeat = cliTool.repeat || pluginConfig.repeat; | ||
const repeat = cliTool && cliTool.repeat || pluginConfig.repeat; | ||
@@ -30,0 +30,0 @@ if (!repeat) { |
{ | ||
"name": "hermione-test-repeater", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Plugin for repeat tests the specified number of times", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13552