E2E Testing - Create a testing interface to pass the results of tests between the view and controller #64
Labels
Backend-Spinnaker
The issue is related to the built-in Spinnaker Backend
E2E
Related to "shore test-remote"
enhancement
New feature or request
Shore-CLI
Related to the Shore-CLI visualization layer (the CLI itself)
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!The text was updated successfully, but these errors were encountered: