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) 5 6 # Web Page Replay 7 Record live Web pages and use them for local performance testing! 8 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. 14 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). 20 21 Also see [Note about web-page-replay 22 code](https://docs.google.com/document/d/1cehHn3Lig7UYw_7pqQJjkbPTV3kS11EYwjKO-6jT0c8) 23 24 ## I want to help 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, 27 check out our [contribution 28 guidelines](documentation/Contributing.md). 29