-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Critical
-
Component/s: testng-plugin
-
None
1. Start saving testng xmls in build root directory so that we can parse them on need basis. This is great because it means we can keep changing how we store data in our custom data structs.
2. Make tests results in build action transient. Going forward, test results will be stored using SoftReference<T>. This would help testng plugin be a good citizen in jenkins society