serenity-reportportal-integration
serenity-reportportal-integration copied to clipboard
Record data with Serenity.recordReportData().withTitle().andContents();
I'm seeking assistance with recording data into ReportPortal. I've been attempting to use the following steps to record some data into a report, but it doesn't seem to be transferring to ReportPortal:
Serenity.recordReportData() .withTitle("Request Decrypted") .andContents(decryptedRequest);
I am using version: 1.6.0 serenity version: 4.1.0