We have two teams working on quality automation project and we share a module to be tested. For that purpose we have created an xml file for each team which is read by Jenkins to generate a report that shows success / failure of the test classes that were executed.
We want to ensure that every new java test class created has an entry in the respective xml file so that it is picked up by Jenkins and reported. Not sure how to do this. Any examples or direction is much appreciated.