@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.js CHANGED
@@ -18639,7 +18639,7 @@ const onBegin = async (self, config, rootSuite) => {
18639
18639
  branch: getCurrentBranch(),
18640
18640
  tags: typeof self.tags === "string" ? self.tags.split(",") : self.tags,
18641
18641
  ciBuildId: self.ciBuildId,
18642
- configuration: config,
18642
+ configuration: { ...config, baseDir: process.cwd() },
18643
18643
  shards: createShardObject({ currentShard }),
18644
18644
  };
18645
18645
  await runsApi.create(runDetails);