Hello,
I have some unit tests which are parsed onto the bamboo log using the JUnit parser task.
I am wondering how to retrieve these test results in a suitable format and save to an external database/file?
I would like to create a dataset after each run with the tables names, and if the tests passed for that particular table.
Kind Regards