You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, I want to be able to get the total number of scenarios for execution and log this in a BeforeAll Hook please.
β¨ What's your proposed solution?
Some sort of solution that allows you to get a count of the total number of pickles/scenarios, much like how you can get pickle.steps.length etc
β Have you considered any alternatives or workarounds?
Possiblely a script to try and identify all unique scenarios in feature files and store the number as a global env property or a custom formatter, too much effort for something that would be more for aesthetics and informational purposes.