html-reporter
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.3.3"></a> | ||
## [1.3.3](https://github.com/gemini-testing/html-reporter/compare/v1.3.2...v1.3.3) (2018-01-23) | ||
### Bug Fixes | ||
* retry images do not change ([885bf8a](https://github.com/gemini-testing/html-reporter/commit/885bf8a)) | ||
<a name="1.3.2"></a> | ||
@@ -7,0 +17,0 @@ ## [1.3.2](https://github.com/gemini-testing/html-reporter/compare/v1.3.0...v1.3.2) (2018-01-22) |
@@ -12,4 +12,3 @@ 'use strict'; | ||
constructor(props) { | ||
super(props); | ||
render() { | ||
const url = this.props.imagePath | ||
@@ -19,9 +18,6 @@ .split('/') | ||
.join('/'); | ||
this.state = {url}; | ||
} | ||
render() { | ||
return ( | ||
<LazyLoad offsetVertical={800}> | ||
<img src={this.state.url}/> | ||
<img src={url}/> | ||
</LazyLoad> | ||
@@ -28,0 +24,0 @@ ); |
{ | ||
"name": "html-reporter", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Plugin for gemini which is intended to aggregate the results of tests running into html report", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
397816
2493