We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276dff3 commit 8f65279Copy full SHA for 8f65279
browserstack-report-action/dist/index.js
@@ -38230,7 +38230,6 @@ class ReportProcessor {
38230
async processReport() {
38231
try {
38232
const { summary } = core;
38233
- await summary.addHeading('BrowserStack Test Report');
38234
38235
let addToSummaryReport = this.reportData?.report?.basicHtml;
38236
if (addToSummaryReport) {
browserstack-report-action/src/services/ReportProcessor.js
@@ -9,7 +9,6 @@ class ReportProcessor {
9
10
11
12
13
14
15
0 commit comments