Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Templates #58

@airtonix

Description

@airtonix
Feature: `html` command

  Background:
    Given a directory with Gherkin source files

  Scenario: Generate HTML specification using a html template 
    When I run `featurebook html --template ./features-template.html`
    Then featurebook should generate output html using that template

  Scenario: Generate HTML specification using conventionally present html template 
    When there is a `<specdir>/.featurebook.tpl.html`
    And I run `featurebook html`
    Then featurebook should generate output html using the conventionally present template

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions