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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,13 @@ Works with **WebdriverIO**, **[Nightwatch.js](./packages/nightwatch-devtools/REA
12
12
-**Stop Test Execution**: Terminate running tests with proper process cleanup using the stop button
13
13
-**Test List Preservation**: All tests remain visible in the sidebar during reruns, maintaining full context
14
14
15
+
### 🐞 Preserve & Rerun (Compare)
16
+
-**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
17
+
-**Diagnose flaky tests**: See exactly which command differed between a pass and a fail without re-reading logs
18
+
-**Pop out**: Open the comparison in a separate, themed window for a roomier view
19
+
20
+
> **Note:** Preserve & Rerun is currently supported for **WebdriverIO only**. Nightwatch.js and Selenium support is planned for a future release.
21
+
15
22
### 🎭 Multi-Framework Support
16
23
-**Mocha**: Full support with grep-based filtering for test/suite execution
17
24
-**Jasmine**: Complete integration with grep-based filtering
0 commit comments