playwright-slack-report-burak 2.0.14 → 2.0.15
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.
|
@@ -341,7 +341,7 @@ class ResultsParser {
|
|
|
341
341
|
mergeReports() {
|
|
342
342
|
try {
|
|
343
343
|
// Execute the command to merge reports
|
|
344
|
-
exec(
|
|
344
|
+
exec(`npx playwright merge-reports --reporter html -c ./playwright-report playwright-report`);
|
|
345
345
|
//new Promise(resolve => setTimeout(resolve, 5000));
|
|
346
346
|
console.log('Reports merged successfully.');
|
|
347
347
|
console.log('Contents of playwright-report:', fs.readdirSync('./playwright-report'));
|
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.
|
|
33
|
+
"version": "2.0.15",
|
|
34
34
|
"main": "index.js",
|
|
35
35
|
"types": "dist/index.d.ts",
|
|
36
36
|
"repository": "git@github.com:ryanrosello-og/playwright-slack-report.git",
|