The following assert is not being logged when the expected result is returned. Is only being logged when it fails:

assertTrue("Checking that the sGaCode element is in the source Code", hmlsourceCode.contains(page.googleAnalyticsScript.sGaCode), this.test.selenium)

   
Is this a bug or feature request? Or I am forgetting something about the config?

I think that when there is not selenium command related to the assert then it doesn't log  it.

assertTrue("Blahhhh", true, this.test.selenium)

Thanks in advance for your help