An open API service indexing awesome lists of open source software.

https://github.com/crc-org/clicumber

Ready-to-go cucumber steps for testing CLI tools
https://github.com/crc-org/clicumber

testing testing-cli

Last synced: about 1 year ago
JSON representation

Ready-to-go cucumber steps for testing CLI tools

Awesome Lists containing this project

README

          

# clicumber

Ready to go Cucumber testsuite for testing CLI tools.

## How to run

Clone this repository somewhere off the `GOPATH`.

To run the example features, execute:

```
go test
```

## How to use as package

For a basic example of how the import is done, see the file `e2e_test.go`.