I'd like to add 'Comment' column, where testers will be seen comments next to each failed test. It's need, becauses we have hundreds of tests so we need to add some sign, flag or comment to seperate new failed tests from the old ones. Comments should be loaded from txt file. Maybe you can advice how to solve the problem.
I'm afraid Tests interface is not extendable, so there is no way to add a column. As a workaround for the problem you may prepare a kind of html file with description of the failed tests and populate this file as build artifact. Than, you can create a report from such file, see: http://www.jetbrains.net/confluence/x/C3M
Hello,
Sorry, this is not possible via TeamCity's openAPI. What kind of column you'd like to add?
KIR
I'd like to add 'Comment' column, where testers will be seen comments next to each failed test. It's need, becauses we have hundreds of tests so we need to add some sign, flag or comment to seperate new failed tests from the old ones. Comments should be loaded from txt file.
Maybe you can advice how to solve the problem.
Thanks for Your replay.
Hello,
I'm afraid Tests interface is not extendable, so there is no way to add a column.
As a workaround for the problem you may prepare a kind of html file with description of the failed tests and
populate this file as build artifact. Than, you can create a report from such file, see:
http://www.jetbrains.net/confluence/x/C3M
Hope this helps,
KIR