You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2022. It is now read-only.
Feature: `html` commandBackground:
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