Note: all keys are in lower camel-case format, except request event names.
The reason is they are identifiers, not just keys, and they're used as-is by the front-end.
change field name for timestats: stdDev -> standardDeviation
remove report.metadata.config: source of trouble & confusion due to input and output types being different (e.g. string for tests targets in input, but time.Duration in output, or string for request.url in input and url.URL object in output, ...). Also we don't have a use-case for it.
Description
Note: all keys are in lower camel-case format, except request event names. The reason is they are identifiers, not just keys, and they're used as-is by the front-end.
Progress output example
Report output example
Changes
API changes:
string
for tests targets in input, buttime.Duration
in output, orstring
for request.url in input andurl.URL
object in output, ...). Also we don't have a use-case for it.Notes