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 | |
|---|---|---|---|---|
| Is it possible to rename the XML files created when running JUnit? | 2 | 1211 | July 18, 2013 | |
| Test Class naming | 7 | 1602 | April 30, 2015 | |
| Test report uses suite class name instead of implementation class name for tests run via @RunWith(Suite.class) | 0 | 1465 | February 24, 2014 | |
| How to change default Gradle suite and test headings in TestNG report | 2 | 2278 | May 15, 2012 | |
| JUnit test results location change between Gradle 2.11 and 3.1? | 3 | 5449 | November 21, 2016 |