You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce SpecProcessor interface and SpecOrderer, implementing it
SpecProcessor is designed to generically process a Collection<SpecInfo>,
which e.g. is available to global extensions using the recently
introduced lifecycle method initSpecs(Collection<SpecInfo>).
New abstract class SpecOrderer is meant to be extended by other orderers
wishing to assign run orders to specs/features via
- SpecInfo.setExecutionOrder,
- FeatureInfo.setExecutionOrder.
Relates to #1443.
0 commit comments