How to set color to the test output?

Hello everyone,

As you know the text string appears in the test output.
I want to set color to the test output - to the text sting.

I’ve already tried fontcolor method, but it didn’t help:

Is there any idea?

let text = "Hello World!";
let result = text.fontcolor("blue");
pm.test(result);

Hi @vdespa ,
could you help me?

I am not aware that something like this is possible. Sorry.

Thank you for your reply.