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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,6 @@ 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
-
22
15
### 🎭 Multi-Framework Support
23
16
-**Mocha**: Full support with grep-based filtering for test/suite execution
24
17
-**Jasmine**: Complete integration with grep-based filtering
@@ -55,6 +48,13 @@ Works with **WebdriverIO**, **[Nightwatch.js](./packages/nightwatch-devtools/REA
55
48
56
49
> For setup, configuration options, and prerequisites see the **[service README](./packages/service/README.md#screencast-recording)**.
57
50
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
53
+
-**Diagnose flaky tests**: See exactly which command differed between a pass and a fail without re-reading logs
54
+
-**Pop out**: Open the comparison in a separate, themed window for a roomier view
55
+
56
+
> **Note:** Preserve & Rerun is currently supported for **WebdriverIO only**. Nightwatch.js and Selenium support is planned for a future release.
57
+
58
58
### 🔍︎ TestLens
59
59
-**Code Intelligence**: View test definitions directly in your editor
60
60
-**Run/Debug Actions**: Execute individual tests or suites with inline CodeLens actions
0 commit comments