SpecFlowOSS / SpecFlow

#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representatives to get a better understanding of their collaboration
https://www.specflow.org/
Other
2.22k stars 751 forks source link

Prioritize Runtime Plugins based on alphabetic ordering of location paths #2705

Open amoertlseder opened 1 year ago

amoertlseder commented 1 year ago

Types of changes

Checklist:

amoertlseder commented 1 year ago

Reason for this change: a plugin might depend on another plugin being initialized, e.g. in order to replace the logger and forward to previously installed logger.

bollhals commented 1 year ago

This would certainly help us. Making it deterministic prevents differences in different environments (e.g. Windows vs Linux)