Hello,
Is there a way to get the tests report (XML format Junit or others) to automaticly upload results to CI tools ?
I could generate the report by override the "new_run_suite" method, and using xmlrunner tu call the run method.
The result is pretty nice on Gitlab CI with the report on Merge Requests, number of failed test etc.
Is there a native way to do it ? Or a OCA addon ?
Thanks