Closed ewmartinez closed 1 year ago
Yes, you can have dynamic test step descriptions by leveraging the $description
global argument:
- action: org.getopentest.selenium.Click
args:
$description: $json($dataRecord)
Wonderfull thanks a lot!!
I want to print the current data record in test result. Now I can log the information
$log($json($dataRecord))
but I want this information goes as part of action description, is this posible?