|
From: Luke B. <lb...@pa...> - 2008-03-13 23:42:17
|
Hey Robert, Do NAnt/CruiseControl.NET work with the same format of XML document that JUnit/Cruise Control work with? If so, we have an unannounced release of AsUnit that includes an XMLResultPrinter here: http://projectsprouts.googlecode.com/files/asunit3-1.5.zip You can check out the previous message to learn a little more about how to configure your TestRunner to use this ResultPrinter. Once that's done, you need to send that trace output to a console or to a file where your CI tool can read it. If that isn't the correct or expected XML format, please create a custom ResultPrinter that does work. Maybe CCNETResultPrinter? You can use the one in the package above as an example. The real crux though, is killing the Flash Player process when the test harness is complete. The flashplayer_task.rb Rake task included with Sprouts will do this only IF the outer nodes created by the XMLResultPrinter are encountered. Please let us know how this goes. Thanks, Luke |