Forum Discussion

mslisamarie's avatar
mslisamarie
Occasional Contributor
4 years ago

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

  • mslisamarie's avatar
    mslisamarie
    3 years ago

    It works now I found a nice workaround. Thanks!

    • mslisamarie's avatar
      mslisamarie
      Occasional Contributor

      It works now I found a nice workaround. Thanks!

      • aurelien-reeves's avatar
        aurelien-reeves
        Staff

        Could you please explain the solution you found?

        That may help other users facing the same issue you had