Is there a way to print the test results/details directly on the pull request page?

Hello guys!

My team and I use Travis for accepting or denying files into our repository. It basically runs a “npm test” and, if the pull request passes all the tests (meaning the file meets our requirements), we consider the file accepted, the merge is authorized and manually done.

So as the title says, I would like to know if there’s a way to print all the test results/details directly into the pull request result page (without having to click on “details”, as the attached image shows). Sending those details by e-mail to the person who requested the pull would work out too.

Thank you very much for you attention :slight_smile:travisFailingChecks