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
ConfigurationProvider
viaConfiguration#getRunOptions()
andRunner.TagRunOption
option type. - Tag Expression package has been moved from
internal
and is now public and supported. - New
Configuration#removeCoreTestTransforms()
method to remove default Test Transforms. - The two existing
Runner
constructors have been deprecated, and constructors that use the newOptions
to provide tag configuration are added.