Feature Request: Print JSON to stdout
From reading through the documentation I didn't see support for printing the json data to stdout. It looks like it currently only supports writing to a file. Could we better support this via a CLI flag?
See the following request proposal as well: https://github.com/pytest-dev/pytest/issues/9704#issue-1146124924
On Linux, you should be able to use /dev/stdout as filename - but I suppose it would make sense to have something more cross-platform than that.
The to terminal option should also disable Terminal output and ensure io capture is not disabled
I think that it would also be cool if printing to stdout is the default.
I strongly disagree - having the reportlog output interspersed with normal pytest output sounds like it'd make that output unusable for both machines and humans.
I strongly disagree - ...
But do you strongly agree with me that Python is still the best programming language currently? 😜
Python can never hope to be the best, but im very happy it's gleefully fun at solving a good chunk of my problems