Added
- A new
group()filterset predicate for CLI filter expressions. This allows filtering tests by their assigned test group. For example,group(my-group)matches tests in themy-groupgroup, andnot group(@global)matches tests in any non-global group. - A new
KnownGroupstype for validating group names during filterset compilation.
Changed
nextest-metadataupdated to 0.14.1.