Invalid File Name
The name of the feature file should be in snake_case and end with .feature. It should not be in mixedCase or contain spaces. This makes sure that the feature file can easily be found on different types of operating system which have different file naming conventions.
Bad
Logging In.feature
logginIn.feature
Good
logging_in.feature