package
0.5.1
Repository: https://github.com/jsmorph/sheens.git
Documentation: pkg.go.dev

# README

A machine testing tool

Summary

This tool can test a spec based on a test definition.

For example, see specs/test/double.test.yaml, which specifies one set of tests for the spec specs/double.yaml.

This tool will invoke mcrew, so you'll need to build that program first.

Usage

From this directory:

(cd ../mcrew && go install) # If you haven't already
go install
mexpect -f ../../specs/tests/double.test.yaml -s ../../specs