Is there a way to print the report after tests finishing when running in console mode

Hello,

I want to see a full report after tests finishing in console mode on Linux OS. But I did not find a built-in way to do that.

Now I see something like this:

--------------------------------------------------------------------------------
Test Suites/DirectAdminSuites/TS_All_Tests - Firefox - 20181009_063832.3/3(100%)
--------------------------------------------------------------------------------

But I want to see a report like this:

Test Cases/CommonTests/TC1_A_simple_Test1------passed
Test Cases/CommonTests/TC2_A_simple_Test2------passed
Test Cases/CommonTests/TC3_A_simple_Test3------passed

Do someone have any idea?