This repository contains a utility, which parses JSON reports generated by the GinkGo BDD testing binary. It creates a Markdown file, that contains nested bullet points to describe the testing tree structure.
go install github.com/MalteHerrmann/ginkgo-parser@latest
This tool is built using Cobra CLI. To check out the documentation, run the tool with the --help
flag:
ginkgo-parser --help