SOFTWARE-CLINIC / featurebook

A command line tool (and Node.js library) for generating beautiful system specifications from Gherkin source files.
MIT License
40 stars 11 forks source link

[Generator] DOCX #45

Closed danielpacak closed 8 years ago

danielpacak commented 9 years ago
Feature: `build` command

  Background:
    Given a directory with Gherkin source files

  Scenario: `--format=docx` option
    When I run `featurebook build --format=docx`
    Then I can access specification exported to MS Word at "dist/docx/specification.docx"
danielpacak commented 9 years ago

This one is dedicated to Piotr F. I saw him generating such a nice report/specification by hand from Gherkin source files... Next time he'll just run $ featurebook build --format=docx.

danielpacak commented 8 years ago

We'll officially support only the PDF and HTML builders. You can hack your own builder, eg. DOCX, by using the FeatureBook's API.