I am looking to shorten the cypress messages to a more concise string, for instance:
Cypress log
Transform to:
-assert expected #buy-price-field to have value 17,169.00
.
Is there a way to achieve this?
I have searched through the documentation but haven't found a solution to my issue.