serenity-reportportal-integration icon indicating copy to clipboard operation
serenity-reportportal-integration copied to clipboard

Record data with Serenity.recordReportData().withTitle().andContents();

Open sumanguduru opened this issue 10 months ago • 0 comments

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

sumanguduru avatar Apr 16 '24 15:04 sumanguduru