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) {
166166 let resultsDir = 'results' ;
167167 let metaCharSet = `<meta charset="utf-8">` ;
168168 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>` ;
170170 let inlineCss = `<style type="text/css"> ${ loadInlineCss ( ) } </style>` ;
171171 let head = `<head> ${ metaCharSet } ${ metaViewPort } ${ pageTitle } ${ inlineCss } </head>` ;
172172 let htmlOpenTag = `<!DOCTYPE HTML><html>` ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ let getTableConfig = () => {
3535 border : getBorderConfig ( ) ,
3636 columns : {
3737 1 : { alignment : 'center' , width : 1 } ,
38- 2 : { alignment : 'left' , width : 50 }
38+ 2 : { alignment : 'left' , width : 80 }
3939 } ,
4040 columnDefault : {
4141 width : 25 ,
You can’t perform that action at this time.
0 commit comments