-
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
87cd3f2
commit f1ff231
Showing
4 changed files
with
17 additions
and
3 deletions.
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
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.4.0 Released | ||
author: phillcunnington | ||
--- | ||
|
||
**Cuppa 1.4.0 is now available.** | ||
|
||
This release contains a new way of specifying which groups/tags to run. In addition to the existing `-Dtags=smoke test` | ||
and `-DexcludedTags=slow test` you can now use expressions! `-DgroupsExpression="and(or(fast,and(smoke,ui)),not(slow))"` | ||
|
||
Additionally model class builders have been added to make construction easier, especially when cloning an existing model | ||
object using the new #toBuilder() methods. | ||
|
||
Check out [the release](https://github.com/cuppa-framework/cuppa/releases/tag/v1.4.0). |