cerner / cucumber-forge-report-generator

Cucumber Feature Reports Made Easy
Apache License 2.0
6 stars 6 forks source link

fix(Generator): Quietly handle feature files without titles #49

Closed jkuester closed 4 years ago

jkuester commented 4 years ago

Updates the generator so that if it finds a .feature file that is empty or does not start with Feature: it does not fail. Instead an empty string is used for the feature name.

This seems in line with out policy of being as tolerant as possible of the feature file contents.

Closes #47

jkuester commented 4 years ago

:tada: This PR is included in version 1.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: