1.5.0
A minor update with new Runner constructors to provide greater flexibility in the order in which Test Transforms are applied.
Changes:
- Exposes the run parameters for which groups/tags to run to the
ConfigurationProviderviaConfiguration#getRunOptions()andRunner.TagRunOptionoption type. - Tag Expression package has been moved from
internaland is now public and supported. - New
Configuration#removeCoreTestTransforms()method to remove default Test Transforms. - The two existing
Runnerconstructors have been deprecated, and constructors that use the newOptionsto provide tag configuration are added.