Format Blackfire's output of the reports in TAP format.
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
Content type
Image
Digest
Size
28.7 MB
Last updated
over 8 years ago
docker pull frvge/blackfiretap