Re: How to count maven pass tests count, failed test count etc.

2016-01-05 Thread Baptiste Mathus
Seems like a potential candidate for workflow job too. Le 5 janv. 2016 8:29 AM, "Victor Martinez" a écrit : > Hi, > > Off the top of my head I'll suggest the two below options: > > 1) Groovy Post Build > and > Promoted > Plug

Re: How to count maven pass tests count, failed test count etc.

2016-01-04 Thread Victor Martinez
Hi, Off the top of my head I'll suggest the two below options: 1) Groovy Post Build and Promoted Plugin , so run your maven test command as usual, then a

How to count maven pass tests count, failed test count etc.

2016-01-04 Thread foolhunger Hsiao
Hi, all We encountered a situation where we want only to deploy maven build artifacts if the UT pass rate is above 80%. In order to do that, we need to get the all UT count, UT pass count, UT failed count etc. (if UT failed > 80% of UT all, skip the deploy) Since we need to get this