-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f596f1
commit 59887ad
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: 1.5.0 Released | ||
author: phillcunnington | ||
--- | ||
|
||
**Cuppa 1.5.0 is now available.** | ||
|
||
This release exposes the run parameters for which groups/tags to run to the `ConfigurationProvider` via `Configuration#getRunOptions()` and `Runner.TagRunOption` option type. To enable working with the now-visible groups expressions, the `expression` package and classes are now public and supported. | ||
|
||
With this extra information, it is possible to apply tags in different ways to the out-of-the-box behaviour, and so an additional method is added to remove the default test transforms, `Configuration#removeCoreTestTransforms()`. | ||
|
||
Finally, the two existing `Runner` constructors have been deprecated, and constructors that use the new `Options` to provide tag configuration are added. | ||
|
||
Check out [the release](https://github.com/cuppa-framework/cuppa/releases/tag/v1.5.0). |