@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.cjs.js
CHANGED
|
@@ -18613,7 +18613,7 @@ class MyReporter {
|
|
|
18613
18613
|
this.totalTestCount = rootSuite.allTests().length;
|
|
18614
18614
|
if (this.totalTestCount === 0) {
|
|
18615
18615
|
consoleLogFormatted.error(ERRORS.onBegin.noTestsToReport);
|
|
18616
|
-
|
|
18616
|
+
return;
|
|
18617
18617
|
}
|
|
18618
18618
|
try {
|
|
18619
18619
|
const runDetails = {
|