Skip to content

Commit

Permalink
Small update to html
Browse files Browse the repository at this point in the history
  • Loading branch information
Palina Lushchynskaya committed Oct 4, 2018
1 parent cdfc004 commit 45213ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function defaultFunction() {
this.tableReports += this.indentString('<td>', 2);
if (result === 'failed') {
this.tableReports += this.indentString(`<a href="${testRunInfo.screenshotPath}.png">`, 4);
this.tableReports += this.indentString(`<img src="${testRunInfo.screenshotPath}.png" img>\n`, 6);
this.tableReports += this.indentString(`<img src="${testRunInfo.screenshotPath}.png" width="400" img>\n`, 6);
this.tableReports += this.indentString('</a>\n');
} else {
this.tableReports += 'no screenshot';
Expand Down

0 comments on commit 45213ea

Please sign in to comment.