How do I view CI test output?

Issue

I want to view output from a Heroku CI (continuous integration) test run.

Resolution

CI results are visible via the Heroku Dashboard in the "Tests" tab of your pipeline's page. For this to work you need to make your tests use the Test Anything Protocol (TAP) output format, printing to stdout. For details see the Testpack API Dev Center article. The TAP format is described at http://testanything.org/

When using the CLI, test results are available via the heroku ci commands.

Ask on Stack Overflow

Engage with a community of passionate experts to get the answers you need

Ask on Stack Overflow

Heroku Support

Create a support ticket and our support experts will get back to you

Contact Heroku Support