playwright-slack-report-burak 2.4.0 → 2.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -87,8 +87,6 @@ class ResultsParser {
87
87
  }
88
88
  }
89
89
 
90
- console.log('Contents of playwright-report for node', this.shardIndex, ':', fs.readdirSync(summariesDir));
91
-
92
90
  if (this.shardIndex === 0 && this.allNodeSummaryFilesExist() && this.allBlobZipsExist()) {
93
91
  // Merge all node summaries into the final summary
94
92
  for (let i = 0; i < this.totalShardCount; i++) {
@@ -388,7 +386,6 @@ class ResultsParser {
388
386
  }
389
387
  }
390
388
  console.log('Reports merged successfully.');
391
- console.log('Contents of playwright-report:', fs.readdirSync('./playwright-report'));
392
389
  } catch (error) {
393
390
  // Log a warning instead of throwing an error
394
391
  console.warn('Warning: Failed to merge reports. This may not affect the overall process.', error.message);
package/package.json CHANGED
@@ -30,10 +30,10 @@
30
30
  "lint-fix": "npx eslint . --ext .ts --fix"
31
31
  },
32
32
  "name": "playwright-slack-report-burak",
33
- "version": "2.4.0",
33
+ "version": "2.4.2",
34
34
  "main": "index.js",
35
35
  "types": "dist/index.d.ts",
36
- "repository": "git@github.com:ryanrosello-og/playwright-slack-report.git",
36
+ "repository": "git@github.com:burakboluk/playwright-slack-report-burak.git",
37
37
  "author": "Burak B. <burak.boluk@hotmail.com>",
38
38
  "license": "MIT",
39
39
  "files": [