reporter icon indicating copy to clipboard operation
reporter copied to clipboard

Add step.log field to step object and display step.log as log in Reporter

Open LolikTest opened this issue 1 year ago • 3 comments

Is your feature request related to a problem? Please describe. Add Details for specific step: Request/Response, SQL Query / Result, etc. Additional text information inside step

Describe the solution you'd like Add log String attribute inside step object to API Implement visualization in Testomat Report like regular log (stacktrace, message, etc)

Describe alternatives you've considered Text Attachments to specific Step and Text Preview inside Testomat Report

LolikTest avatar Jan 29 '25 10:01 LolikTest

Add TS definition for step.log Add to API definition step log Add to our step function step.log

step('I do smth, { log: largeTextOfData })

DavertMik avatar Feb 10 '25 11:02 DavertMik

implemented for Java on backend, should be present in next reporter version.

still need implementation for JS.

TetianaKhomenko avatar Mar 19 '25 09:03 TetianaKhomenko

@DavertMik why not to use

step('bla bla')
log({response})

?

olexandr13 avatar Nov 15 '25 16:11 olexandr13