@bigbinary/neeto-playwright-reporter 1.4.0 → 1.4.1

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
@@ -18658,7 +18658,7 @@ const onBegin = async (self, config, rootSuite) => {
18658
18658
  branch: getCurrentBranch(),
18659
18659
  tags: typeof self.tags === "string" ? self.tags.split(",") : self.tags,
18660
18660
  ciBuildId: self.ciBuildId,
18661
- configuration: config,
18661
+ configuration: { ...config, baseDir: process.cwd() },
18662
18662
  shards: createShardObject({ currentShard }),
18663
18663
  };
18664
18664
  await runsApi.create(runDetails);