lundi 16 mai 2016

Jenkins tests reports analyzer integration with catch

I've recently started working with Jenkins to automatically build my c++ project and run my tests (I'm using catch.cpp).

I wanted some sort of a table of test run time and status and that led me to the "Test Results Analyzer" Plugin for Jenkins.

I have my builds run like this: running the tests

And you can see they actually run in the console output: build console output

finally, my test results analyzer plugin shows nothing: no tests on the plugin page

It looks like the plugin does not recognize that these are my tests. Which is reasonable since I've only told jenkins to execute these commands and i don't think it's smart enough to understand these are the tests to report. But i could not find how to tell "Test Reports Analyzer" what are the tests it needs to report.

My question is how do i get a table of tests like in the Plugins webpage:

Tests Reports Analyzer

Aucun commentaire:

Enregistrer un commentaire