Forum Discussion

aaronpliu's avatar
aaronpliu
Frequent Contributor
2 years ago

CucumberJS: how to retrieve tags in BeforeAll

Dear Community,

 

One question for cucumberjs: I defined a hooks BeforeAll like

 

BeforeAll("@smoke and @ios", async () => {})

How can I get which tags in callback or promise?

 

Thanks,

/Aaron

No RepliesBe the first to reply