Closed sudheerkethireddy closed 7 years ago
yes you can re-use code.
here is the specific doc: https://github.com/intuit/karate#calling-other-feature-files
and there are multiple examples in the demos: https://github.com/intuit/karate/tree/master/karate-demo - look at the second row.
Hi Team, first thing first, karate framework looks pretty promising and less verbose. I have used restassured and there, in Base Java class we setup auth params and other things that are needed across suite and we extend the base class in each sub class to re-use the auth params. Does karate support the same..if so can you please point me to the docs ??
Thanks sudheer