My goal is to separate the test case results in Jenkins. I have an Android Studio project that produces different flavors, however Jenkins just aggregates them into one pool. I should be able to separate them by changing the name-property of the testsuite field in the xml outputs. Is it possible to change this using Gradle? Either directly or invoking some kind of script that alters the file afters.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Test report uses suite class name instead of implementation class name for tests run via @RunWith(Suite.class) | 0 | 1456 | February 24, 2014 | |
How can I customize the report .xml output to contain info about JUnit suite's test classes? | 3 | 2334 | February 10, 2013 | |
JUnit runs have incorrect suites in the xml files | 0 | 419 | February 12, 2018 | |
How to change default Gradle suite and test headings in TestNG report | 2 | 2256 | May 15, 2012 | |
Can Gradle's test report support nested TestSuites? | 3 | 1315 | February 2, 2013 |