0.8.1 • Published 7 months ago

@autometa/cucumber-markdown v0.8.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Getting Started

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

The output is not necessarily compatible with gherkin markdown files which can be used to run tests.

Install

As a global command

npm i -D @autometa/cucumber-markdown
yarn add -D @autometa/cucumber-markdown
pnpm 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)
  -c  --collapse <boolean>   If true, files with the same feature name will be collapsed
                             into a single file
  -h, --help                 display help for command
0.8.1

7 months ago

0.8.0

8 months ago

0.7.1

10 months ago

0.7.0

11 months ago

0.6.1

1 year ago

0.4.1

1 year ago

0.4.3

1 year ago

0.6.0

1 year ago

0.4.2

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago