flutter_gherkin
flutter_gherkin copied to clipboard
Can we get total case count which is picked by the gherkin runner once the test file starts running?
trafficstars
I want to capture the run-time progress of my suite (current_case_count/total_case_count).
Do we have the functionality to run this command: cucumber --dry-run as suggested in this answer?
dry-run is not implemented. I could easily pass total scenario count to the reporters on test started method I think