Hi All, I have fitnesse integrated into our CI system and it works pretty well. But I need to do some analysis of the results and build times so that I can manage the ever increasing number of tests being run. I want to do this for a number of reasons.
Main reason is that some of our ccnet projects now take too long to complete (1hr+), which is far too long. I want to split these into a number of projects to get average project time down to 10 mins approx. I have setup each project to collect statistics, and I have written a crude c# tool to calculate the average build time of all projects in a CCNET instance and write to csv file. This tells me how long the projects take to run, but some of our project run fitnesse tests suites which can contain 10s of thousands of tests. The fitnesse tests are writing test results out to individual files, which is written to an xml file and published in the ccnet browser for each project. Long story short, was wondering if there are tools to produce a summary of test durations per project for a CCNET instance. I guess for the moment I can write some code to parse each projects results and produce a summary. regards, Mike
