Skip to content

Commit 74f5b55

Browse files
committed
Readme demo gif update
1 parent e4ce1fa commit 74f5b55

4 files changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ A powerful browser devtools extension for debugging, visualizing, and controllin
1010
- **Stop Test Execution**: Terminate running tests with proper process cleanup using the stop button
1111
- **Test List Preservation**: All tests remain visible in the sidebar during reruns, maintaining full context
1212

13+
#### 🛠️ Test Rerunner & Snapshot Demo
14+
<p align="center">
15+
<img src="assets/rerunner-snapshot-demo.gif" alt="Test Rerunner and Snapshot Feature Demo" width="600" />
16+
</p>
17+
18+
#### 🛑 Stop Test Runner Demo
19+
<p align="center">
20+
<img src="assets/stop-runner-demo.gif" alt="Stop Test Runner Feature Demo" width="600" />
21+
</p>
22+
1323
### 🎭 Multi-Framework Support
1424
- **Mocha**: Full support with grep-based filtering for test/suite execution
1525
- **Jasmine**: Complete integration with grep-based filtering
@@ -21,6 +31,11 @@ A powerful browser devtools extension for debugging, visualizing, and controllin
2131
- **Test Hierarchy**: Nested test suite and test case tree view with status indicators
2232
- **Live Status Updates**: Immediate spinner icons and visual feedback when tests start/stop
2333

34+
#### 🛠️ TestLens Demo
35+
<p align="center">
36+
<img src="assets/testlens-demo.gif" alt="TestLens Feature Demo" width="600" />
37+
</p>
38+
2439
### 🔍 Debugging Capabilities
2540
- **Command Logging**: Detailed capture of all WebDriver commands with arguments and results
2641
- **Screenshot Capture**: Automatic screenshots after each command for visual debugging

assets/rerunner-snapshot-demo.gif

Loading

assets/stop-runner-demo.gif

Loading

assets/testlens-demo.gif

Loading

0 commit comments

Comments
 (0)