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
- Host: GitHub
- URL: https://github.com/crc-org/clicumber
- Owner: crc-org
- Created: 2018-10-08T13:02:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T10:04:04.000Z (about 4 years ago)
- Last Synced: 2025-04-08T07:42:56.558Z (about 1 year ago)
- Topics: testing, testing-cli
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 11
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.