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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,8 @@ Works with **WebdriverIO**, **[Nightwatch.js](./packages/nightwatch-devtools/REA
49
49
> For setup, configuration options, and prerequisites see the **[service README](./packages/service/README.md#screencast-recording)**.
50
50
51
51
### 🐞 Preserve & Rerun (Compare)
52
-
-**Side-by-side diff**: Click the bug-play icon on a failed test to snapshot the failing run and rerun in one action — the Compare tab shows the two runs aligned by command, with the failure point and assertion error (Expected vs Received) called out
52
+
-**When the bug icon appears**: Only on test/suite rows in a `failed` state and the icon sits next to ▶ on hover, available wherever a plain rerun is supported (e.g. Cucumber scenarios at the scenario row, Mocha tests at the test or suite row)
53
+
-**Side-by-side diff**: Click the bug-play icon on a failed test to snapshot the failing run and rerun in one action and the Compare tab shows the two runs aligned by command, with the failure point and assertion error (Expected vs Received) called out
53
54
-**Diagnose flaky tests**: See exactly which command differed between a pass and a fail without re-reading logs
54
55
-**Pop out**: Open the comparison in a separate, themed window for a roomier view
0 commit comments