Replies: 1 comment
-
In 3.6.4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The ability to pass:
--json-file test_artifacts/myoutput.json
--json-file
(which then defaults to <upload_id>.json)This will capture the json output (usually send to stdout via
--json
) and write it to a file.This lets CI users see stdout progress whilst still providing a route for machine-readable results parsing.
Beta Was this translation helpful? Give feedback.
All reactions