Open
Description
io.cucumber.core.exception.CucumberException: Step [^Verify-all (.*) api includes following in the response$] is defined with 2 parameters at 'io.virtualan.cucumblan.core.BaseStepDefinition.verifyResponseMapson(java.lang.String,io.cucumber.datatable.DataTable)'.
However, the gherkin step has 1 arguments:
I checked the feature file, and it has 2 arguments.
It is not clear where that exception is coming from.