Add step.log field to step object and display step.log as log in Reporter
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
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 })
implemented for Java on backend, should be present in next reporter version.
still need implementation for JS.
@DavertMik why not to use
step('bla bla')
log({response})
?