Skip to content

Commit 76d60aa

Browse files
committed
Update README.md
1 parent 3411dc4 commit 76d60aa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ A gateway for RemoteDebug (Chrome Remote Debugging) connections, that allows you
66

77
![Logo](https://github.com/auchenberg/remotedebug-gateway/raw/master/logo.png)
88

9-
Features
9+
### Features
1010
- Chrome HTTP endpoint ```/json``` for compatbility with [Chrome DevTools app](https://github.com/auchenberg/chrome-devtools-app).
1111
- Builds unified list of debuggable targets across connected browsers
1212
- Ability to hijack and incepter requests/responses via plugin architecture
1313
- Plugin: Enable screencasting for Chrome desktop.
1414
- Plugin: Realtime visual regression testing.
1515
- Keeps track of node ids from servers, and matches requests to the correct node of connected servers
1616

17+
### Plugin: Visual regression
18+
![](https://github.com/auchenberg/remotedebug-gateway/raw/master/visual-diff.jpg)
19+
20+
1721
### Installation
1822

1923
1. ``npm install remotedebug-gateway -g``

0 commit comments

Comments
 (0)