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

https://github.com/cucumber/fake-cucumber

Tool to generate test data for cucumber
https://github.com/cucumber/fake-cucumber

javascript polyglot-release

Last synced: 5 months ago
JSON representation

Tool to generate test data for cucumber

Awesome Lists containing this project

README

          

# Fake Cucumber

Fake Cucumber is a simple reference implementation of Cucumber.
It is primarily used to produce test data (cucumber messages).

## Usage

Using npm:

```
npm install -g fake-cucumber
fake-cucumber [FILES]
```

Alternatively, using docker:

```
docker run -v $(pwd)/features:/tmp/features cucumber/fake-cucumber:latest [FILES]
```