Skip to content

Commit d221ab2

Browse files
committed
Tweaks
1 parent c8ee7bb commit d221ab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_releases/v3.128.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ excerpt: "Test explorer grouping, workspace-wide coverage collection, fuzzy devi
88

99
## Testing
1010

11-
[#5858](https://github.com/Dart-Code/Dart-Code/issues/5858)/[#5871](https://github.com/Dart-Code/Dart-Code/issues/5871): The Test Explorer now groups test suites under workspace/package folders, making large workspaces easier to navigate.
11+
[#5858](https://github.com/Dart-Code/Dart-Code/issues/5858)/[#5871](https://github.com/Dart-Code/Dart-Code/issues/5871): The Test Explorer now groups test suites under workspace/package folders, making tests in large workspaces easier to navigate.
1212

1313
<img loading="lazy" src="/images/release_notes/v3.128/test_tree.png" width="496" height="400" />
1414

1515
- [#5879](https://github.com/Dart-Code/Dart-Code/issues/5879)/[#5891](https://github.com/Dart-Code/Dart-Code/issues/5891): Running specific tests no longer triggers discovery of all tests suites before launching.
1616
- [#5883](https://github.com/Dart-Code/Dart-Code/issues/5883)/[#5878](https://github.com/Dart-Code/Dart-Code/issues/5878): Tracking of test locations (for gutter icons, etc.) now works across editors being closed and re-opened as long as the locations remain valid (and the file wasn't modified on disk).
17-
- [#5798](https://github.com/Dart-Code/Dart-Code/issues/5798)/[#5875](https://github.com/Dart-Code/Dart-Code/issues/5875): Dart tests now collect coverage across all related packages in the workspace (matching the behaviour for Flutter tests) when the project references `package:test` version 1.29.0 or later.
17+
- [#5798](https://github.com/Dart-Code/Dart-Code/issues/5798)/[#5875](https://github.com/Dart-Code/Dart-Code/issues/5875): Dart tests now collect coverage across all related packages in the workspace (matching the behaviour for Flutter tests), as long as the project uses `package:test` version 1.29.0 or later.
1818

1919
## Flutter
2020

0 commit comments

Comments
 (0)