Change color of a result (property)

Hello, I am running a task against one or more servers and reading the result from a file text on the server (Success or Failure) and posting it as property (read the file), is there any chance that the property that reads that file provides the text with a different color (for example red for failure and green for success?)

Maybe adding the ability to highlight the result if is a success and grey out if it is a failure is an easier thing to do?

any suggestions are very welcome

many thanks

I am not sure if you can do that with a regular analysis. That is something possible if you create a Dashboard using Session Relevance, the same can be done with a custom Web Report.

Take a look at this example:

Basically, using JavaScript and CSS you will set the format based on the results.