1[![Build 2Status](https://travis-ci.org/chromium/web-page-replay.png)](https://travis-ci.org/chromium/web-page-replay) 3[![Coverage 4Status](https://coveralls.io/repos/chromium/web-page-replay/badge.svg)](https://coveralls.io/r/chromium/web-page-replay) 5 6# Web Page Replay 7Record live Web pages and use them for local performance testing! 8 9## How? 10Use local DNS and HTTP(S) proxies to captures your live traffic. Then 11use these captures in order to replay the same exact content, making 12sure that your tests get consistent results, that are not affected by 13the origin servers, the network, etc. 14 15## Tell me more 16Check out the [getting 17started](documentation/GettingStarted.md) guide or take a 18look at the [architecture 19diagram](documentation/WebPageReplayDiagram.png). 20 21Also see [Note about web-page-replay 22code](https://docs.google.com/document/d/1cehHn3Lig7UYw_7pqQJjkbPTV3kS11EYwjKO-6jT0c8) 23 24## I want to help 25If you find issues with the project, you can file issues on this repo. 26If you want to do more and contribute code to help the project evolve, 27check out our [contribution 28guidelines](documentation/Contributing.md). 29