You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
🛩️ _Features_
6
6
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
8
8
9
9
```bash
10
10
# Shuffle tests to find order-dependent failures using lodash.shuffle algorithm
@@ -14,7 +14,7 @@
14
14
npx codeceptjs run --shuffle --grep "@smoke" --steps
15
15
```
16
16
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
18
18
19
19
```js
20
20
// Interactive pause() now shows detailed grab results with JSON formatting
0 commit comments