@bigbinary/neeto-playwright-reporter 3.0.0-beta.1 → 3.0.0-beta.2

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.
@@ -164,7 +164,7 @@ if (totalShards !== null) {
164
164
  env.NEETO_PLAYDASH_TOTAL_SHARDS = totalShards.toString();
165
165
  }
166
166
 
167
- const finalArgs = [...playwrightArgs, "--reporter=json", "--list"];
167
+ const finalArgs = [...filteredPlaywrightArgs, "--reporter=json", "--list"];
168
168
  const escapedFinalArgs = finalArgs.map(escapeShellArg);
169
169
  const listCommand = `npx playwright ${escapedFinalArgs.join(" ")}`;
170
170
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-playwright-reporter",
3
- "version": "3.0.0-beta.1",
3
+ "version": "3.0.0-beta.2",
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",