You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to log to a file (JSON preferably)?
We need a summary of the test case results (along with the new timers) logged to a file in order to be visualized by another service.
It could be a very simple JSON with a
key: testresult and the value: [PASS] GET Latest Testresult (0.02 seconds)
it would be much nice if it was in lists though:
Just curious, are you trying to hook this up to your own internal dashboards, or another external tool? We've had requests for TAP (#13) and Report Portal (#41)
You could say it is technically internal tool. But it is our own elastic search cluster that is visualised by kibana.
Logging to the json file would save us a lot of parsing work with regx or grok.
Hello again,
Is there a way to log to a file (JSON preferably)?
We need a summary of the test case results (along with the new timers) logged to a file in order to be visualized by another service.
It could be a very simple JSON with a
key: testresult and the value: [PASS] GET Latest Testresult (0.02 seconds)
it would be much nice if it was in lists though:
The text was updated successfully, but these errors were encountered: