Test reports using node

I am using wd driver (https://github.com/admc/wd1 ) for my appium test.
and running it with the help of node command in a terminal. Now appium print all the logs in a appium running terminal. How I can get the test-report about this test to identify that it is successful or failed ?

Can anyone please help??