[Anthill-pro] RE: Publishing to Build Life Test Tab
Eric Minick
etm at urbancode.com
Mon Oct 5 10:39:00 CDT 2009
Mark,
Another XML based alternative is to rejigger your output into the XML
format of any tool AnthillPro already integrates with like JUnit or
NUnit and run the step for JUnit or NUnit to publish the results. The
downside is that Anthill will report the type of the tests incorrectly
there.
Eric,
We should be able to just cut you a development license for that test
box. I'll get the ball rolling.
-- Eric
On Fri, Oct 2, 2009 at 12:44 PM, Anderson, Eric
<eric.anderson at wellsfargoadvisors.com> wrote:
> Mark,
>
> I wrote Java code to do this in 3.6 (which still works in 3.7), but you should be able to use ahptool to do it in 3.7, and that could either be through a plug-in or via command-line execution in a shell builder step. You do have to produce XML to use in the format accepted by ahptool. That is less complex than writing the Java code.
>
> My experience thus far with plug-ins in 3.7 is that I have so far avoided them because I don't want to deal with the requirement that they be signed by Urbancode. According to the documentation, this requirement goes away with a development license, but I've never seen or had one. I can't even upload a plug-in with the license we currently have on our development server. Clearly, developing a plug-in with the signature requirement is not feasible. I may follow up on this with support as I have time.
>
> As for the Java option, I have a Java implementation for MSTest that works on 3.6/3.7. I based it on Urbancode's NUnit publisher step, which basically does the same thing for NUnit. I've also used a similar pattern to populate the coverage tab for MSTest and NCover. The source analytics tab can also be populated in a similar way.
>
> Eric
>
> -----Original Message-----
> From: anthill-pro-bounces at lists.urbancode.com [mailto:anthill-pro-bounces at lists.urbancode.com] On Behalf Of Mark Melvin
> Sent: Friday, October 02, 2009 1:30 PM
> To: AnthillPro user and support list.
> Subject: [Anthill-pro] Publishing to Build Life Test Tab
>
> Hello again,
>
> Now that we're starting to figure out executing tests, is there any way
> to hook into the "Tests" tab (and test result graphs) from a simple test
> suite that is run on the command line and does not have a specific
> Anthill integration? A lot of our tests are just regular scripts
> (Python, shell, batch, etc.). On version 3.6.2_32922 - is there any way
> to hook into this (I'm assuming on 3.7 we can write a plugin)? Perhaps
> through an Evaluate Script step?
>
> Thanks,
> Mark.
> _______________________________________________
> Anthill-pro mailing list
> Anthill-pro at lists.urbancode.com
> http://lists.urbancode.com/mailman/listinfo/anthill-pro
> _______________________________________________
> Anthill-pro mailing list
> Anthill-pro at lists.urbancode.com
> http://lists.urbancode.com/mailman/listinfo/anthill-pro
>
More information about the Anthill-pro
mailing list