iti-ict / wakamiti

BDD testing tool using step libraries
https://iti-ict.github.io/wakamiti/
Mozilla Public License 2.0
33 stars 5 forks source link

NullPointerException when a `.feature` is empty #242

Closed mgalbis closed 5 months ago

mgalbis commented 6 months ago

The application throws an error with no information when there is an empty .feature file in the project. image

The file should be ignored or more information should be provided.

mgalbis commented 5 months ago

A validation has been added wherein, if the feature is null, it is ignored.