Skip to main content

Getting Started

Autometa Cucumber-Markdown can convert your Cucumber .feature files to beautiful markdown for your documentation sites like Vercel or Docusuaurus.

Installation and Use

As a global command

npm i -D @autometa/cucumber-markdown

Use

$ cucumber-markdown ./inputDir ./outputDir

Options:

  -v, --verbose <boolean>    If true, logs show files being read and written
(default: false)
-f, --flatten <boolean> If true, flattens output directory structure to a
depth of 1 (default: false)
-o, --overwrite <boolean> If true, overwrites existing markdown files (default:
true)
-h, --help display help for command