@bigbinary/neeto-playwright-reporter 3.0.0-beta.3 → 3.0.0-beta.4

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.
@@ -231,6 +231,10 @@ env.NEETO_PROJECT_KEY = projectKey;
231
231
  env.NEETO_API_KEY = apiKey;
232
232
  env.NEETO_CI_BUILD_ID = ciBuildId;
233
233
 
234
+ if (reporterOptions.baseURL) {
235
+ env.NEETO_PLAYDASH_API_BASE_URL = reporterOptions.baseURL;
236
+ }
237
+
234
238
  if (currentShard !== null) {
235
239
  env.NEETO_PLAYDASH_CURRENT_SHARD = currentShard.toString();
236
240
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-playwright-reporter",
3
- "version": "3.0.0-beta.3",
3
+ "version": "3.0.0-beta.4",
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",