Skip to content

Commit 6708695

Browse files
authored
Revise README with updated Console and Network logs feature
Updated debugging capabilities section and added new features for Console and Network logs
1 parent e6c8e48 commit 6708695

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

README.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ A powerful browser devtools extension for debugging, visualizing, and controllin
2121
- **Test Hierarchy**: Nested test suite and test case tree view with status indicators
2222
- **Live Status Updates**: Immediate spinner icons and visual feedback when tests start/stop
2323

24-
### 🔍 Debugging Capabilities
24+
### 🧐 Debugging Capabilities
2525
- **Command Logging**: Detailed capture of all WebDriver commands with arguments and results
2626
- **Screenshot Capture**: Automatic screenshots after each command for visual debugging
2727
- **Source Code Mapping**: View the exact line of code that triggered each command
28-
- **Console Logs**: Capture and display application console output
28+
- **Console Logs**: Capture and display application console output with timestamps and log levels
29+
- **Network Logs**: Monitor and inspect HTTP requests/responses including headers, payloads, timing, and status codes
2930
- **Error Tracking**: Full error messages and stack traces for failed tests
3031

3132
### 🎮 Execution Controls
@@ -34,21 +35,37 @@ A powerful browser devtools extension for debugging, visualizing, and controllin
3435
- **Actions Tab Auto-Clear**: Execution data automatically clears and refreshes on reruns
3536
- **Metadata Tracking**: Test duration, status, and execution timestamps
3637

38+
### 🔍︎ TestLens
39+
- **Code Intelligence**: View test definitions directly in your editor
40+
- **Run/Debug Actions**: Execute individual tests or suites with inline CodeLens actions
41+
- **Quick Navigation**: Jump between test code and execution results seamlessly
42+
- **Status Indicators**: Visual feedback for test pass/fail states in the editor
43+
3744
### 🏗️ Architecture
3845
- **Frontend**: Lit web components with reactive state management (@lit/context)
3946
- **Backend**: Fastify server with WebSocket streaming for real-time updates
4047
- **Service**: WebdriverIO reporter integration with stable UID generation
4148
- **Process Management**: Tree-kill for proper cleanup of spawned processes
4249

43-
### 🛠️ Test Rerunner & Snapshot Demo
50+
## Demo
51+
52+
### 🛠️ Test Rerunner & Snapshot
4453
<img src="https://github.com/user-attachments/assets/c3804559-c0ec-441a-80dc-e4048385f3b2" alt="Test Rerunner & Snapshot Demo" width="400" />
4554

46-
### 🛑 Stop Test Runner Demo
55+
### 🛑 Stop Test Runner
4756
<img src="https://github.com/user-attachments/assets/f42e43ed-bfac-4280-be5f-87895fb232d3" alt="Stop Test Runner Demo" width="400" />
4857

49-
### 🛠️ TestLens Demo
58+
### 🔍︎ TestLens
5059
<img src="https://github.com/user-attachments/assets/72c576a1-330a-49c4-affe-df260e7c70df" alt="TestLens Demo" width="400" />
5160

61+
### >_ Console Logs
62+
<img src="https://github.com/user-attachments/assets/aff14f15-a298-4a12-bc3d-8e4deefddae6" alt="Console Logs" width="400" />
63+
64+
### 🌐 Network Logs
65+
<img src="https://github.com/user-attachments/assets/2cca4885-f989-4d07-b7ce-a4fa476c3c1c" alt="Network Logs 1" width="400" />
66+
67+
<img src="https://github.com/user-attachments/assets/0f81e0af-75b5-454f-bffb-e40654c89908" alt="Network Logs 2" width="400" />
68+
5269
## Installation
5370

5471
```bash

0 commit comments

Comments
 (0)