Ability to get the total count of scenarios to be executed, much like steps can be done currently
🤔 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
Current solution is a hardcoded value for now (looking into a custom formatter) but adds maintenance of manual updating and would not reflect if you were to ignore some scenarios on a run.