Only grant permissions to new extensions from sync if they have the expected version
[chromium-blink-merge.git] / tools / telemetry / third_party / webpagereplay / README.md
blobe306a0f71ad6e945791813020c1ef956bb18b047
1 [![Build
2 Status](https://travis-ci.org/chromium/web-page-replay.png)](https://travis-ci.org/chromium/web-page-replay)
3 [![Coverage
4 Status](https://coveralls.io/repos/chromium/web-page-replay/badge.svg)](https://coveralls.io/r/chromium/web-page-replay)
6 # Web Page Replay
7 Record live Web pages and use them for local performance testing!
9 ## How?
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
12 sure that your tests get consistent results, that are not affected by
13 the origin servers, the network, etc.
15 ## Tell me more
16 Check out the [getting
17 started](documentation/GettingStarted.md) guide or take a
18 look at the [architecture
19 diagram](documentation/WebPageReplayDiagram.png).
21 ## I want to help
22 If you find issues with the project, you can file issues on this repo.
23 If you want to do more and contribute code to help the project evolve,
24 check out our [contribution
25 guidelines](documentation/Contributing.md).