This repository is now archived. Fake Cucumber is no longer a standalone tool, and sits within the Compatibility Kit:
https://github.com/cucumber/compatibility-kit/tree/main/devkit
Fake Cucumber is a simple reference implementation of Cucumber. It is primarily used to produce test data (cucumber messages).
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]