Test status over time (as a table)
Hi,
assuming I have a build that runs tests, I would like to create such a table:
| Testname | Build 10 |
Build 9 |
Build 8 |
|---|---|---|---|
| Stresstest | PASSED | PASSED | PASSED |
| Unit test 1 | PASSED | PASSED | FAILED |
| Unit test 2 | FAILED | PASSED | PASSED |
| Unit test 3 | PASSED | PASSED | PASSED |
| Brand new test | PASSED | - | - |
| Deprecated test | - | PASSED | PASSED |
| Integration test | PASSED | PASSED | FAILED |
My current solution is a Groovy script that uses the REST API to export a CSV file that I import in Excel, but that's not very praticable. It looks like a pretty common use case, so I looked into the TC documentation, but I didn't find anything. Is there a better way, ideally integrated in the UI?
Cheers,
Olivier
Please sign in to leave a comment.
Hi Olivier,
Unfortunately it is not possible to create such report in UI at the moment. You are welcome to create a TeamCity plugin.
Please vote for the related request: https://youtrack.jetbrains.com/issue/TW-17550