html-reporter
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -5,2 +5,13 @@ # Change Log | ||
<a name="2.0.3"></a> | ||
## [2.0.3](https://github.com/gemini-testing/html-reporter/compare/v2.0.2...v2.0.3) (2018-02-04) | ||
### Bug Fixes | ||
* add browser name to skip reason ([b13675e](https://github.com/gemini-testing/html-reporter/commit/b13675e)) | ||
* add stats info for hermione ([42aa128](https://github.com/gemini-testing/html-reporter/commit/42aa128)) | ||
<a name="2.0.2"></a> | ||
@@ -7,0 +18,0 @@ ## [2.0.2](https://github.com/gemini-testing/html-reporter/compare/v2.0.1...v2.0.2) (2018-02-04) |
@@ -58,3 +58,3 @@ 'use strict'; | ||
hermione.on(hermione.events.RUNNER_END, () => resolve(reportBuilder)); | ||
hermione.on(hermione.events.RUNNER_END, (stats) => resolve(reportBuilder.setStats(stats))); | ||
}); | ||
@@ -61,0 +61,0 @@ } |
@@ -100,3 +100,3 @@ 'use strict'; | ||
const metaInfo = {url: suite.fullUrl, file: suite.file, sessionId}; | ||
const testResult = _.assign({suiteUrl, metaInfo}, props); | ||
const testResult = _.assign({suiteUrl, name: browserId, metaInfo}, props); | ||
@@ -103,0 +103,0 @@ const node = findOrCreate(this._tree, suite.path.concat(result.state ? result.state.name : NO_STATE)); |
{ | ||
"name": "html-reporter", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Plugin for gemini and hermione which is intended to aggregate the results of tests running into html report", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
410074