Skip to content

Instantly share code, notes, and snippets.

# Using testflows 1.6.24
#
# cat test.log | tfs report results --format json > results.json
#
# Include: raw.log and nice.log.txt
#
import json
with open("results.json") as source:
results = json.loads(source.read())