при попытке запустить мои тесты через «maven install» ниже - ошибка, когда я удаляю свою целевую папку, она работает нормально.
This typically happens when you configure cucumber to look for features in the root of your project.
Your build tool creates a copy of these features in a 'target' or 'build'directory.
If your features are on the class path consider using a class path URI.
For example: 'classpath:com/example/app.feature'
Otherwise you'll have to provide a more specific location
Apr 30, 2020 1:48:43 PM io.cucumber.core.runtime.FeaturePathFeatureSupplier$FeatureBuilder addUnique
SEVERE: Duplicate feature found: classpath:AppFeatures/EventLogging/gherkin/SignOn.feature was identical to classpath:Events/AppFeatures/EventLogging/gherkin/signOn.feature