tabris-js icon indicating copy to clipboard operation
tabris-js copied to clipboard

Support HAR export of HTTP logs

Open cpetrov opened this issue 5 years ago • 0 comments

Problem description

When using the -l, --log-requests flag, the CLI logs some basic information to the console about requests and responses, like method, URL and status code. It would be helpful to be able to record more information about requests and responses and analyse it in automated ways.

Support exporting HTTP logs in Tabris CLI to HAR. HAR is commonly used in browsers and network analysis tools for exchange of request and response data. Various tools exist that can visualize data from HAR archives, like e.g. HAR-Analyzer.

Environment

  • Tabris.js version: 3.5.0

cpetrov avatar May 20 '20 16:05 cpetrov