Skip to content

Commit 7d5f538

Browse files
committed
release 3.7.4
1 parent c9286c9 commit 7d5f538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
🛩️ _Features_
66

7-
- **Test Suite Shuffling**: Randomize test execution order to discover test dependencies and improve test isolation (#5051) - by @Niv Yarmus
7+
- **Test Suite Shuffling**: Randomize test execution order to discover test dependencies and improve test isolation (#5051) - by @NivYarmus
88

99
```bash
1010
# Shuffle tests to find order-dependent failures using lodash.shuffle algorithm
@@ -14,7 +14,7 @@
1414
npx codeceptjs run --shuffle --grep "@smoke" --steps
1515
```
1616

17-
- **Enhanced Interactive Debugging**: Better logging for `I.grab*` methods in live interactive mode for clearer debugging output (#4986) - by @Ryan Owen Thionanda
17+
- **Enhanced Interactive Debugging**: Better logging for `I.grab*` methods in live interactive mode for clearer debugging output (#4986) - by @owenizedd
1818

1919
```js
2020
// Interactive pause() now shows detailed grab results with JSON formatting

0 commit comments

Comments
 (0)