Is it possible to pass values to runner class annotations.
@RunWith(Cucumber.class)
@CucumberOptions(format={"html:output"},features={"src\\Cucumber\\swift.feature"},tags={"@add"})
i want to pass values to "tags" options instead of hardcoding it i.e., i want to read @add from excel file.