Skip to content

A simple helper to generate readable reports from Ginkgo test outputs.

Notifications You must be signed in to change notification settings

MalteHerrmann/ginkgo-parser

Repository files navigation

GinkGo Parser

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.

Installation

go install github.com/MalteHerrmann/ginkgo-parser@latest

Usage

This tool is built using Cobra CLI. To check out the documentation, run the tool with the --help flag:

ginkgo-parser --help

About

A simple helper to generate readable reports from Ginkgo test outputs.

Resources

Stars

Watchers

Forks