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

Allow both JSON and human-readable output at the same time #456

Open
bmah888 opened this issue Sep 13, 2016 · 3 comments
Open

Allow both JSON and human-readable output at the same time #456

bmah888 opened this issue Sep 13, 2016 · 3 comments
Labels
enhancement feat:outputs Issues related to output formats Help Wanted

Comments

@bmah888
Copy link
Contributor

bmah888 commented Sep 13, 2016

From @bltierney : It'd be nice to be able to see the human-readable output of a test while it's running, but also have the JSON output saved to a file.

@wifiprintguy
Copy link

+1

@bltierney
Copy link
Contributor

non trivial, but clearly useful. Anyone want to help with this?

@bmah888
Copy link
Contributor Author

bmah888 commented Apr 6, 2017

To follow-up, the three non-trivial bits are:

  1. This code change would touch many places that output data.

  2. In those many places are flags that essentially say "if doing JSON output, then print this, else print that", and those would need to be restructured.

  3. There's only the concept of one output stream per test, where to implement this feature we would need (at least) two different output streams.

@bmah888 bmah888 added the feat:outputs Issues related to output formats label Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feat:outputs Issues related to output formats Help Wanted
Projects
None yet
Development

No branches or pull requests

3 participants