flutter_gherkin icon indicating copy to clipboard operation
flutter_gherkin copied to clipboard

Can we get total case count which is picked by the gherkin runner once the test file starts running?

Open ayush-mandowara-bst opened this issue 3 years ago • 1 comments
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?

ayush-mandowara-bst avatar Dec 14 '21 13:12 ayush-mandowara-bst

dry-run is not implemented. I could easily pass total scenario count to the reporters on test started method I think

jonsamwell avatar Dec 20 '21 02:12 jonsamwell