@bigbinary/neeto-playwright-reporter 1.3.23 → 1.3.24

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
@@ -18725,7 +18725,7 @@ class MyReporter {
18725
18725
  status: "running",
18726
18726
  started_at: this.retryAttemptStartedAt.toString(),
18727
18727
  shard: this.currentShard,
18728
- repeatEachIndex,
18728
+ repeat_each_index: repeatEachIndex,
18729
18729
  };
18730
18730
  if (retry === 0 && repeatEachIndex === 0) {
18731
18731
  await attemptsApi.update(this.ciBuildId, id, this.attempts[id]["0-0"], attemptsPayload);