Skip to content

Commit 6e5d072

Browse files
HardNorthCopilot
andauthored
Update src/main/java/com/epam/reportportal/karate/ReportPortalHook.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5999d6c commit 6e5d072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/epam/reportportal/karate/ReportPortalHook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ public void afterScenario(ScenarioRuntime sr) {
355355
List<Embed> embeddedEntities = (List<Embed>) new Accessible(sr).field("embeds").getValue();
356356
embedAttachments(scenarioId, embeddedEntities);
357357
} catch (Exception e) {
358-
LOGGER.warn("Unable to get scenario embeddings", e);
358+
LOGGER.warn("Unable to retrieve scenario embeddings; attachments (such as screenshots or logs) will not be reported for this scenario. Test execution and reporting will continue. Exception details:", e);
359359
}
360360

361361
FinishTestItemRQ rq = buildFinishScenarioRq(sr);

0 commit comments

Comments
 (0)