@bigbinary/neeto-playwright-reporter 1.3.9 → 1.3.10
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.
- package/index.cjs.js +1 -1
- package/index.cjs.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -18594,7 +18594,7 @@ class MyReporter {
|
|
|
18594
18594
|
this.totalTestCount = rootSuite.allTests().length;
|
|
18595
18595
|
if (this.totalTestCount === 0) {
|
|
18596
18596
|
consoleLogFormatted.error(ERRORS.onBegin.noTestsToReport);
|
|
18597
|
-
|
|
18597
|
+
return;
|
|
18598
18598
|
}
|
|
18599
18599
|
try {
|
|
18600
18600
|
const runDetails = {
|