tsedmik / clicumber

ready to go cucumber steps for testing CLI tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clicumber

Ready to go Cucumber testsuite for testing CLI tools.

How to run

Make sure Godog package is available, you can install it by:

go get github.com/DATA-DOG/godog

Then to run the example features, just execute:

go test

How to use as package

To see basic example of how the import is done, please check out file integration_test.go.

About

ready to go cucumber steps for testing CLI tools


Languages

Language:Go 93.6%Language:Gherkin 6.4%