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.