You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I would like to ask about transferring evidence into RP. I'm trying to include the reportportal integration in my project, but the evidence stored in tests is not present in RP. Although I'm not sure whether the evidence is actually supported by your integration?
Serenity code looks like this: Serenity.recordReportData() .asEvidence() .withTitle("results_json.zip") .downloadable() .fromFile(FileSystems.getDefault().getPath("results_json.zip"));
Many thanks for your reply.
The text was updated successfully, but these errors were encountered:
Hi.
I would like to ask about transferring evidence into RP. I'm trying to include the reportportal integration in my project, but the evidence stored in tests is not present in RP. Although I'm not sure whether the evidence is actually supported by your integration?
Serenity code looks like this:
Serenity.recordReportData() .asEvidence() .withTitle("results_json.zip") .downloadable() .fromFile(FileSystems.getDefault().getPath("results_json.zip"));
Many thanks for your reply.
The text was updated successfully, but these errors were encountered: