Exclude feature File

We need to use the argument “-e” along with the feature file to exclude which is not required to execute.

behave -e failed_testcases.feature

If we have failedCases feature file in package, Then we cannot execute all the feature files by using only the “behave” command. In this situation we need to exclude such feature file.So we need to use argument “-e” along with the feature file name.