CucumberJS: how to retrieve tags in BeforeAll
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023
06:44 PM
03-02-2023
06:44 PM
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
0 REPLIES 0
