Skip to content

1.5.0

Compare
Choose a tag to compare
@phillcunnington phillcunnington released this 01 Oct 12:54
· 3 commits to master since this release

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 via Configuration#getRunOptions() and Runner.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 new Options to provide tag configuration are added.