playwright-slack-report-burak 3.0.27 → 3.0.28

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.
@@ -627,7 +627,7 @@ class ResultsParser {
627
627
  }
628
628
 
629
629
  // Wait until index.html exists in mergedBlobsDir
630
- while (!fs.existsSync(path.join(mergedBlobsDir, 'index.html'))) {
630
+ while (!fs.existsSync(path.join(mergedBlobsDir, '/index.html'))) {
631
631
  console.log('Waiting 2 seconds for merged html report to be generated...');
632
632
  const currentTime = new Date().getTime();
633
633
  breakMergeWaiter = false;
package/package.json CHANGED
@@ -32,7 +32,7 @@
32
32
  "lint-fix": "npx eslint . --ext .ts --fix"
33
33
  },
34
34
  "name": "playwright-slack-report-burak",
35
- "version": "3.0.27",
35
+ "version": "3.0.28",
36
36
  "main": "index.js",
37
37
  "types": "dist/index.d.ts",
38
38
  "author": "Burak B. <burak.boluk@hotmail.com>",