2 Replies Last post: Dec 7, 2011 5:51 AM by Sean West  
Sean West Newbie 2 posts since
Nov 15, 2011
Currently Being Moderated

Nov 15, 2011 11:59 PM

Customizing Test Results Page

Hello,

 

I've recently started using TeamCity for my CI needs, and I have been very impressed by it so far.  Currently, I have RSpec tests being run against my build.  I can see an overview of all test results and view detailed information (stacktrace) about individual tests that have failed.  I would like to add a hyperlink to some additional information on each individual test's summary page for those that have failed.  I would prefer not to add a custom tab, but rather modify the existing deatiled test information generated.  I've been reading about extending pages and modifying the UI using plugins, but I wanted to get someone's advice on how to best go about accomplishing my goal.  Any help is greatly appreciated.

 

Thanks,

Sean

Kirill Maximov JetBrains 2,196 posts since
Aug 23, 2002
Currently Being Moderated
Nov 23, 2011 8:12 PM in response to: Sean West
Re: Customizing Test Results Page

Hello Sean,

 

  I'm sorry for delay with the answer.

  To provide custom formatting of the test output, you should provide an implementation of the FailedTestOutputFormatter interface.

 

  Hope, this helps,

  KIR

More Like This

  • Retrieving data ...