I'm using Karate for BDD. Basically, I have a database that I'm querying via a graphql endpoint. Grabbing the data, performing some calculations, and returning the result.
If I were using Cucumber, in my StepDef I'd stage a bunch of data into an in-memory database that I could test my queries against. The data might come via an example in my feature file.
But with Karate there are no stepdefs. So how would I go about this?