playwright-slack-report-burak 2.0.11 → 2.0.12

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.
@@ -345,6 +345,7 @@ class ResultsParser {
345
345
  // Execute the command to merge reports
346
346
  exec('npx playwright merge-reports --reporter html ./playwright-report', { stdio: 'inherit' });
347
347
  console.log('Reports merged successfully.');
348
+ console.log('Contents of playwright-report for node after merge:', fs.readdirSync('./playwright-report'));
348
349
  } catch (error) {
349
350
  // Log a warning instead of throwing an error
350
351
  console.warn('Warning: Failed to merge reports. This may not affect the overall process.', error.message);
package/package.json CHANGED
@@ -30,7 +30,7 @@
30
30
  "lint-fix": "npx eslint . --ext .ts --fix"
31
31
  },
32
32
  "name": "playwright-slack-report-burak",
33
- "version": "2.0.11",
33
+ "version": "2.0.12",
34
34
  "main": "index.js",
35
35
  "types": "dist/index.d.ts",
36
36
  "repository": "git@github.com:ryanrosello-og/playwright-slack-report.git",