Skip to content

Commit

Permalink
Add TODO for bulk log request
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Aug 15, 2024
1 parent 141a23e commit f2ac8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ export class RPReporter implements Reporter {
uploadTrace,
});

// TODO: use bulk log request
attachmentsFiles.forEach((file) => {
this.sendLog(testItemId, {
message: `Attachment ${file.name} with type ${file.type}`,
Expand Down

0 comments on commit f2ac8ff

Please sign in to comment.