virtualansoftware / idaithalam

Low code Test automation framework using cucumber and supports Behavior Driven Development (BDD). Can build test cases using Excel and Postman collection. It allows to build and test api workflow in minutes.
https://tutorials.virtualan.io
Apache License 2.0
6 stars 1 forks source link

[Postman Support]: CucumberException: is defined with 2 parameters - However, the gherkin step has 1 arguments: #139

Open networkinss opened 2 years ago

networkinss commented 2 years ago

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.

elans3 commented 2 years ago

Can you provide example to recreate the issue