Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

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

Merged
merged 3 commits into from
Jun 23, 2020

Conversation

jkuester
Copy link
Collaborator

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 jkuester requested a review from a team June 23, 2020 21:48
@jkuester jkuester self-assigned this Jun 23, 2020
@TobiTenno TobiTenno merged commit add24fe into cerner:master Jun 23, 2020
@jkuester
Copy link
Collaborator Author

🎉 This PR is included in version 1.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@jkuester jkuester deleted the fix_name branch June 25, 2020 17:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gracefully handle bad feature files
2 participants