zap icon indicating copy to clipboard operation
zap copied to clipboard

A streamable structured interface for real time reporting of developer tools.

Results 4 zap issues
Sort by recently updated
recently updated
newest added

Right now ZAP uses ISO 8601 date and time strings for every event: ```js { ... "timestamp": "2018-07-25T23:47:58.102Z" ... } ``` However, as @lox pointed out, "time" isn't very stable,...

Because of the `"id"` format, it is easy to merge together multiple ZAP streams into a single stream simply by prepending all the `"id"`'s in each stream with another number...

In order to make ZAP easy to adopt while many tools don't support it, there should be easy to use converters between formats in both directions. (I went ahead and...

Fail and error may need to be reported differently. A fail usually occurs when an assertion is incorrect; an error occurs because of an exception is thrown and it is...