I'd like to print arbitrary outputs to the terminal per each test after calling cypress run
. The outputs should appear regardless of each test's success/failure. I've followed the instructions from dozens of online answers - nothing worked for me.
I'm using Cypress 8.7.0. Thanks!