Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ A powerful browser devtools extension for debugging, visualizing, and controllin
- **Stop Test Execution**: Terminate running tests with proper process cleanup using the stop button
- **Test List Preservation**: All tests remain visible in the sidebar during reruns, maintaining full context

#### 🛠️ Test Rerunner & Snapshot Demo
<p align="center">
<img src="assets/rerunner-snapshot-demo.gif" alt="Test Rerunner and Snapshot Feature Demo" width="600" />
</p>

#### 🛑 Stop Test Runner Demo
<p align="center">
<img src="assets/stop-runner-demo.gif" alt="Stop Test Runner Feature Demo" width="600" />
</p>

### 🎭 Multi-Framework Support
- **Mocha**: Full support with grep-based filtering for test/suite execution
- **Jasmine**: Complete integration with grep-based filtering
Expand All @@ -21,6 +31,11 @@ A powerful browser devtools extension for debugging, visualizing, and controllin
- **Test Hierarchy**: Nested test suite and test case tree view with status indicators
- **Live Status Updates**: Immediate spinner icons and visual feedback when tests start/stop

#### 🛠️ TestLens Demo
<p align="center">
<img src="assets/testlens-demo.gif" alt="TestLens Feature Demo" width="600" />
</p>

### 🔍 Debugging Capabilities
- **Command Logging**: Detailed capture of all WebDriver commands with arguments and results
- **Screenshot Capture**: Automatic screenshots after each command for visual debugging
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added assets/stop-runner-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added assets/testlens-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.