Ask a Question

Strict removed from CucumberOptions

SOLVED
mslisamarie
Occasional Contributor

Strict removed from CucumberOptions

Hello everyone! 

In Cucumber 7.0.0 the strict in @CucumberOptions is deprecated. So when running a test case I get the error: Unable to parse scenario probably due to unimplemented features. Which clearly shows that I cannot run a test case unless strict is a part of the CucumberOptions. Has anyone stumbled upon this issue and knows a solution for it?

 

Best Regards

Lisa Marie

5 REPLIES 5

Could you please copy the feature which trigger that error?

 

It works now I found a nice workaround. Thanks!

Could you please explain the solution you found?

That may help other users facing the same issue you had

I thought strict was the issue all along but the issue was with the class TypeRegistryConfiguration which no longer implemented TypeConfigurer since its deprecated. So all methods needed to be re-written using the annotation @ParameterType. Stated in this example here:
[Core] Deprecate TypeRegistryConfigurer (#1799) · cucumber/cucumber-jvm@bd4cd22 · GitHub otherwise the run will crash.

Thank you!

cancel
Showing results for 
Search instead for 
Did you mean: