I wish to run multiple feature files through karate UI through code only.
Karate UI gives feature to execute cucumber feature files one after another but I wish to open UI through code which is fine using app.run(arg1, arg2) but there I can not use three arguments.
If i put multiple app.run(feature1, arg1), app.run(feature2, arg2) in the code then it picks up only the first feature1 file.
@CucumberOptionspointing to a package. why are you trying to do this !!