dots

package module
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2019 License: MIT Imports: 5 Imported by: 1

README

Build Status

Cucumber Dots Formatter

This formatter produces dots (....F-U.....) from Cucumber results. It's a simple command line program that reads results from STDIN and writes the result to STDOUT.

The STDIN must contain varint-delimited protobuf messages.

Building

Just one command:

make .deps

This should download dependencies, run tests and build the executable.

Trying it out

The tests leave behind *.bin files, which contain protobuf messages. They can be piped to the executable to see the result:

cat all-results.bin | bin/cucumber-dots-formatter

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProcessMessages

func ProcessMessages(stdin io.Reader, stdout io.Writer)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL