Is it possible to get two different test reports/histories in the same Job?
I'm used to get my build fail if any tests fail. Let's call this strong commitment to no regression. But also, I need my team to communicate issues to other developers by writing tests, the tests are going to fail as long the issues found arenot yet fixed. In many cases, the tests are not regression but new features or things that never really worked right. I would like to be able to create any quantity of tests set for a Jenkins Job, give them titles, and decide what happens if some test fail, like failing the build. Anyone know how this can be done? Anyone handling two set of tests differently?