0 votes
in Cucumber V2 by
edited by
Command to run the Cucumber file is _____________.

a) @RunWith(Cucumber.class)

b) @RunWith(Java.class)

c) @RunWith(Java)

d) @RunWith(Cucumber)

1 Answer

0 votes
by
@RunWith(Cucumber. Class) And is used to . : Remove repetitive feature
...