griddynamics / GridBDD

Sprimber - Spring based automation for BDD
Other
2 stars 3 forks source link

Steps are not found once step annotations migrated from deprecated to the suggested ones #46

Closed kopendozz closed 4 years ago

kopendozz commented 4 years ago

Version: 1.1.1

Steps to reproduce: 1) Update import for e.g. @Then from cucumber.api.java.en to io.cucumber.java.en

Actual result: step is no longer found by Sprimber

Expected result: scenario should work like it did before.