Forum Discussion
No RepliesBe the first to reply
Related Content
- 2 months ago
- 5 months ago
- 7 years ago
- 2 years ago
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