@bigbinary/neeto-playwright-reporter 3.0.0-beta.5 → 3.0.0-beta.6

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.
@@ -361,6 +361,11 @@ child.on("close", async code => {
361
361
  const command = `npx playwright ${escapedArgs.join(
362
362
  " "
363
363
  )} --reporter="@bigbinary/neeto-playwright-reporter" --test-list="${testListFilePath}"`;
364
+
365
+ console.log(testListFilePath);
366
+ console.log(command);
367
+ console.log(testListContent);
368
+
364
369
  const runChild = spawn(command, {
365
370
  env,
366
371
  stdio: "inherit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-playwright-reporter",
3
- "version": "3.0.0-beta.5",
3
+ "version": "3.0.0-beta.6",
4
4
  "description": "The custom playwright reporter for neeto-playwright-dashboard.",
5
5
  "repository": "git@github.com:bigbinary/neeto-playwright-reporter.git",
6
6
  "license": "Apache-2.0",