You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know Karate point is to make sure to not add more steps but there is always more custom requirement in projects where you have to do checks more than just API. I could have used the example of using java code example in the feature file but having just one step and all the code behind it simplifies the feature file and makes the file readable too.
I tried to extend the StepDefs class and added the glue to the cucumber options to the package where the steps was added but it still throws syntax.
com.intuit.karate.exception.KarateException: syntax error:
The text was updated successfully, but these errors were encountered:
I know Karate point is to make sure to not add more steps but there is always more custom requirement in projects where you have to do checks more than just API. I could have used the example of using java code example in the feature file but having just one step and all the code behind it simplifies the feature file and makes the file readable too.
I tried to extend the StepDefs class and added the glue to the cucumber options to the package where the steps was added but it still throws syntax.
com.intuit.karate.exception.KarateException: syntax error:
The text was updated successfully, but these errors were encountered: