π€ What's the problem you're trying to solve?
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?
Possibly 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.
π Any additional context?
No response