I am using Serenity
with Cucumber-JVM
. Serenity
helps to generate test reports after execution.
Since by default feature files are picked up in Alphabetical order, report is also in this order.
Is there any workaround in Cucumber-JVM
to pick up the files in the order they are created in /features
folder?