Mochawesome report result question

Using mochawesome report for botium-cli run result.

One thing noticed that when bot has continues response ,like
#bot
Response 1
#bot
Response 2
#bot
Response 3

if first response has difference , which will failed in mocha report , all other response won’t show up in the mocha repot conversation log. Is it expected logic.

yes, conversations are canceled at the first failed assertion - as usual in automated testing.