File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ function renderReportHTML(report_data) {
166
166
let resultsDir = 'results' ;
167
167
let metaCharSet = `<meta charset="utf-8">` ;
168
168
let metaViewPort = `<meta name="viewport" content="width=device-width, initial-scale=1"> ` ;
169
- let pageTitle = `<title> Browserstack Cypress Report </title>` ;
169
+ let pageTitle = `<title> BrowserStack Cypress Report </title>` ;
170
170
let inlineCss = `<style type="text/css"> ${ loadInlineCss ( ) } </style>` ;
171
171
let head = `<head> ${ metaCharSet } ${ metaViewPort } ${ pageTitle } ${ inlineCss } </head>` ;
172
172
let htmlOpenTag = `<!DOCTYPE HTML><html>` ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ let getTableConfig = () => {
35
35
border : getBorderConfig ( ) ,
36
36
columns : {
37
37
1 : { alignment : 'center' , width : 1 } ,
38
- 2 : { alignment : 'left' , width : 50 }
38
+ 2 : { alignment : 'left' , width : 80 }
39
39
} ,
40
40
columnDefault : {
41
41
width : 25 ,
You can’t perform that action at this time.
0 commit comments