Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E Testing - Create a testing interface to pass the results of tests between the view and controller #64

Open
eyal-mor opened this issue Feb 27, 2023 · 0 comments
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)

Comments

@eyal-mor
Copy link
Contributor

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!

@dkirillov dkirillov added enhancement New feature or request E2E Related to "shore test-remote" Shore-CLI Related to the Shore-CLI visualization layer (the CLI itself) Backend-Spinnaker The issue is related to the built-in Spinnaker Backend labels May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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)
Projects
None yet
Development

No branches or pull requests

2 participants