Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Side by Side Diff: README.md

Issue 2835923003: Update WPR documentation (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | documentation/GettingStarted.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [![Build 1 [![Build
2 Status](https://travis-ci.org/chromium/web-page-replay.png)](https://travis-ci.o rg/chromium/web-page-replay) 2 Status](https://travis-ci.org/chromium/web-page-replay.png)](https://travis-ci.o rg/chromium/web-page-replay)
3 [![Coverage 3 [![Coverage
4 Status](https://coveralls.io/repos/chromium/web-page-replay/badge.svg)](https:// coveralls.io/r/chromium/web-page-replay) 4 Status](https://coveralls.io/repos/chromium/web-page-replay/badge.svg)](https:// coveralls.io/r/chromium/web-page-replay)
5 5
6 # Web Page Replay 6 # Web Page Replay
7 Record live Web pages and use them for local performance testing! 7 Record live Web pages and use them for local performance testing!
8 8
9 ## How? 9 ## How?
10 Use local DNS and HTTP(S) proxies to captures your live traffic. Then 10 Use local DNS and HTTP(S) proxies to captures your live traffic. Then
11 use these captures in order to replay the same exact content, making 11 use these captures in order to replay the same exact content, making
12 sure that your tests get consistent results, that are not affected by 12 sure that your tests get consistent results, that are not affected by
13 the origin servers, the network, etc. 13 the origin servers, the network, etc.
14 14
15 ## Tell me more 15 ## Tell me more
16 Check out the [getting 16 Check out the [getting
17 started](documentation/GettingStarted.md) guide or take a 17 started](documentation/GettingStarted.md) guide or take a
18 look at the [architecture 18 look at the [architecture
19 diagram](documentation/WebPageReplayDiagram.png). 19 diagram](documentation/WebPageReplayDiagram.png).
20 20
21 Also see [Note about web-page-replay 21 Also see [Note about web-page-replay
22 code](https://docs.google.com/document/d/1cehHn3Lig7UYw_7pqQJjkbPTV3kS11EYwjKO-6 jT0c8) 22 code](https://docs.google.com/document/d/1cehHn3Lig7UYw_7pqQJjkbPTV3kS11EYwjKO-6 jT0c8)
23 23
24 ## I want to help 24 ## I want to help
25 If you find issues with the project, you can file issues on this repo. 25 If you find issues with the project, you can file issues on this repo.
26 If you want to do more and contribute code to help the project evolve, 26 If you want to do more and contribute code to help the project evolve,
27 check out our [contribution 27 check out our [contribution
28 guidelines](documentation/Contributing.md). 28 guidelines](documentation/Contributing.md).
OLDNEW
« no previous file with comments | « no previous file | documentation/GettingStarted.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698