If I am understanding your question correctly, one method would be to use Tony's modified reporter file and put each project in its own test suite. This would produce 1 xml file with each project in its own <testcase></testcase> tags. Doing this with the original CI_Reporter will create a separate xml file for each suite
-Dylan On Jul 23, 2:48 am, pallavi shashidhar <[email protected]> wrote: > Hi there, > Am using Ci_reporter (not the one you have mentioned. The original one.) > I have an ERP suite which has watir scripts of various projects under it: > This is the structure: > ERP > - stores > - works > - payroll > - financials > > When i run them as a suite all the testcases are run and there is a single > XML report in Test folder which gives the list of all the testcases of all > projects. Is there a way to separate out the reporting for individual > projects? like : > > Stores : Testsuite(32) > <with results> > Works : Testsuite (3) > <with results> > > and so on? > > Regards, > Pallavi > > On Thu, Jul 23, 2009 at 2:32 PM, Tony <[email protected]> wrote: > > > Hi Marlon, > > > Now you dont need to use "require 'ci/reporter/rake/ > > test_unit_loader.rb' " > > Instead only require the modified file. > > > Thanks, > > Tony --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to [email protected] Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---
