cucumber / cucumber-js

Cucumber for JavaScript
https://cucumber.io
MIT License
5.02k stars 1.09k forks source link

honour order of paths in configuration #2345

Closed davidjgoss closed 9 months ago

davidjgoss commented 9 months ago

🤔 What's changed?

Change where we sort the list of expanded paths - do it for the results of each unexpanded path rather than once at the end for the whole result set, meaning the order of paths in the configuration is honoured.

⚡️ What's your motivation?

Fixes #2343.

🏷️ What kind of change is this?

📋 Checklist:


This text was originally generated from a template, then edited by hand. You can modify the template here.

coveralls commented 9 months ago

Coverage Status

coverage: 97.833% (-0.001%) from 97.834% when pulling d6564d07a4a38883a844346a817b4f9bd2955adb on fix/2343 into 52fa813f1efbd876bc0200acd467850e5742487b on main.