protractor-multicapabilities-htmlreporter
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "protractor-multicapabilities-htmlreporter", | ||
"version": "0.0.2", | ||
"description": "Utility to generate html report for multicapabilities automation results", | ||
"version": "0.0.3", | ||
"description": "Utility to generate html report for protractor multicapabilities automation results", | ||
"main": "reporter.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -55,7 +55,4 @@ # protractor-multicapabilities-htmlreporter | ||
``` | ||
Refer report.html file | ||
![Alt text](/examples/html-report.png?raw=true "Multicapabilities Html Report") | ||
``` | ||
## Release History | ||
@@ -65,1 +62,2 @@ | ||
* 0.0.2 Cleanup and refactoring | ||
* 0.0.3 Added image for html reporter |
@@ -209,3 +209,3 @@ /*jshint node:true*/ | ||
result += "<style>"; | ||
result += ".header{text-align:center;font-size: 26px;margin-bottom: 10px;}"; | ||
result += ".header{font-size: 26px;margin-bottom: 10px;margin-left: 150px; text-decoration: underline;}"; | ||
result += ".brk{background-color:burlywood;}"; | ||
@@ -212,0 +212,0 @@ result += ".brk1{background-color:coral}" |
81498
7
62