Closed rarebreed closed 7 years ago
This will come in more handy in conjunction with an xunit importer converter. Teams might have an xunit file already, but it doesn't have the requisite data inside it (eg, the mapping of the method to the Polarion ID).
If a team can supply a mapping JSON file in the format that polarize likes, then we can merge the information together to generate the XUnit file as long as we all have this config file. In other words, there are 3 pieces to this puzzle:
I already have a JSON based version of the config file:
I can marshall this JSON into an Opts class already. What needs to be done now is essentially convert the Opts object to its equivalent Config object and then marshall that