@bigbinary/neeto-playwright-reporter 1.3.22 → 1.3.23
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.js
CHANGED
|
@@ -18706,6 +18706,7 @@ class MyReporter {
|
|
|
18706
18706
|
status: "running",
|
|
18707
18707
|
started_at: this.retryAttemptStartedAt.toString(),
|
|
18708
18708
|
shard: this.currentShard,
|
|
18709
|
+
repeatEachIndex,
|
|
18709
18710
|
};
|
|
18710
18711
|
if (retry === 0 && repeatEachIndex === 0) {
|
|
18711
18712
|
await attemptsApi.update(this.ciBuildId, id, this.attempts[id]["0-0"], attemptsPayload);
|