Skip to content

Commit 3bcfc71

Browse files
committed
Readme update
1 parent c7fc862 commit 3bcfc71

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Works with **WebdriverIO**, **[Nightwatch.js](./packages/nightwatch-devtools/REA
1212
- **Stop Test Execution**: Terminate running tests with proper process cleanup using the stop button
1313
- **Test List Preservation**: All tests remain visible in the sidebar during reruns, maintaining full context
1414

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+
1522
### 🎭 Multi-Framework Support
1623
- **Mocha**: Full support with grep-based filtering for test/suite execution
1724
- **Jasmine**: Complete integration with grep-based filtering

0 commit comments

Comments
 (0)