@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 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
- process.exit(0);
18616
+ return;
18617
18617
  }
18618
18618
  try {
18619
18619
  const runDetails = {