can we pass values to cucumber runner class annotations from excel file

637 views Asked by At

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.

0

There are 0 answers