i have to run selected tests in karate using test runner and tags, apart from using the method like this- tags("SMOKE", "Regression"), can we have an alternative in java where the tags can be dynamically executed instead of manually using the tags in testrunner?
this is my test runner attached.