@bigbinary/neeto-playwright-reporter 1.3.22 → 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 +1 -0
- package/index.cjs.js.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -18725,6 +18725,7 @@ class MyReporter {
|
|
|
18725
18725
|
status: "running",
|
|
18726
18726
|
started_at: this.retryAttemptStartedAt.toString(),
|
|
18727
18727
|
shard: this.currentShard,
|
|
18728
|
+
repeat_each_index: repeatEachIndex,
|
|
18728
18729
|
};
|
|
18729
18730
|
if (retry === 0 && repeatEachIndex === 0) {
|
|
18730
18731
|
await attemptsApi.update(this.ciBuildId, id, this.attempts[id]["0-0"], attemptsPayload);
|