Sign inSign up

frvge/blackfiretap

By frvge

Updated over 8 years ago

Blackfire.io TAP formatter for reports

Image
0

4.7K

frvge/blackfiretap repository overview

Format Blackfire's output of the reports in TAP format.

How to use

Assuming you have the JSON output of Blackfire (generated with --json) in a file called output.json in your local folder:

docker run --rm -it -v $(pwd):/data frvge/blackfiretap /data/output.json

You can also store it in a file:

docker run --rm -it -v $(pwd):/data frvge/blackfiretap /data/output.json > my_tap_output.tap

Repo: https://github.com/frvge/blackfiretap/tree/master

Tag summary

Content type

Image

Digest

Size

28.7 MB

Last updated

over 8 years ago

docker pull frvge/blackfiretap