Having Latest Tests Results info in the notified email with Hudson
        Posted  
        
            by Roberto
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Roberto
        
        
        
        Published on 2010-05-16T18:51:15Z
        Indexed on 
            2010/05/16
            19:20 UTC
        
        
        Read the original article
        Hit count: 235
        
I have a project with a lot of tests failing, so it would be great for me to receive by email the number of failed tests compare from the latest build. What i need is just the info that appears in the project's page by the test results link:
Latest Test Result (10 failures / -2)
Is this possible? I've already tried the email-ext plugin, but it is not telling me that info (I can have the list of failing tests with output etc., but I really just need that info above).
Any ideas?
© Stack Overflow or respective owner