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