-
Notifications
You must be signed in to change notification settings - Fork 129
add Elastic Stack and Elastic Package version to test results report #3070
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
base: main
Are you sure you want to change the base?
Conversation
|
@efd6 should this information be across all the tests? (static, asset, pipeline, etc...) Let me know if the elastic-package version format is ok or you have any other thought |
|
AFIUI the version is a constant over the table, correct? If that's the case, the additional verbosity is not a win. In the output of In terms of other thought, I'd love it if the tool emitted JSON instead of a table (or at least optionally instead of), since then any format can by chosen by the user after processing the machine-readable format. |
…esults" This reverts commit c580a91.
…nder-version-tests
💚 Build Succeeded
History
|
As you said, its not a result perse, but a constant defining the test. I've added as a command log when running each test. To be part of the table/xml i guess it should be part of the result and redundant to each test case.
i've added the option to make a json file/output with the test results |
Resolves #991
Elastic stack version and elastic-package running version are now logged into the running test output when
elastic-stack testis run.As per requested in comments, it also introduces a new json report output format.