Currently results are processed in the backend TestRemote implementation.
That means that there is only one data representation that is generated.
We would like to have a data structure to abstract test results.
This data structure that the TestRemote will return could then be processed by any valid template to generate multiple outputs (JSON, ASCII table, Junit XML)
Plan out and implement the data structure.
Keep in mind that this data structure is a shore-core feature, which means it may be a new package entirely!
Currently results are processed in the backend TestRemote implementation.
That means that there is only one data representation that is generated.
We would like to have a data structure to abstract test results.
This data structure that the TestRemote will return could then be processed by any valid template to generate multiple outputs (JSON, ASCII table, Junit XML)
Plan out and implement the data structure.
Keep in mind that this data structure is a
shore-corefeature, which means it may be a new package entirely!