Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.coveragerc | 21-Oct-2016 | 50 | |
.gitignore | 21-Oct-2016 | 6 | |
.travis.yml | 21-Oct-2016 | 863 | |
adb_install_cert.py | 21-Oct-2016 | 8K | |
certutils.py | 21-Oct-2016 | 7.7K | |
certutils_test.py | 21-Oct-2016 | 4.4K | |
COPYING | 21-Oct-2016 | 11.1K | |
customhandlers.py | 21-Oct-2016 | 6.6K | |
daemonserver.py | 21-Oct-2016 | 1.5K | |
deterministic.js | 21-Oct-2016 | 1.8K | |
dnsproxy.py | 21-Oct-2016 | 9.1K | |
documentation/ | 21-Oct-2016 | ||
exception_formatter.py | 21-Oct-2016 | 3.3K | |
httparchive.py | 21-Oct-2016 | 36.1K | |
httparchive_test.py | 21-Oct-2016 | 16K | |
httpclient.py | 21-Oct-2016 | 16.1K | |
httpclient_test.py | 21-Oct-2016 | 8.6K | |
httpproxy.py | 21-Oct-2016 | 15.7K | |
httpproxy_test.py | 21-Oct-2016 | 6.1K | |
httpzlib.py | 21-Oct-2016 | 2.7K | |
mock-archive.txt | 21-Oct-2016 | 1.1K | |
mockhttprequest.py | 21-Oct-2016 | 2.1K | |
net_configs.py | 21-Oct-2016 | 1.7K | |
platformsettings.py | 21-Oct-2016 | 26.4K | |
platformsettings_test.py | 21-Oct-2016 | 8.2K | |
PRESUBMIT.py | 21-Oct-2016 | 890 | |
proxyshaper.py | 21-Oct-2016 | 3.7K | |
proxyshaper_test.py | 21-Oct-2016 | 4.9K | |
pylintrc | 21-Oct-2016 | 1.1K | |
README.chromium | 21-Oct-2016 | 454 | |
README.md | 21-Oct-2016 | 1.1K | |
replay.py | 21-Oct-2016 | 21.7K | |
replay_test.py | 21-Oct-2016 | 3.2K | |
requirements.txt | 21-Oct-2016 | 16 | |
rules/ | 21-Oct-2016 | ||
rules_parser.py | 21-Oct-2016 | 5.1K | |
rules_parser_test.py | 21-Oct-2016 | 2.7K | |
run_tests | 21-Oct-2016 | 240 | |
script_injector.py | 21-Oct-2016 | 3.5K | |
script_injector_test.py | 21-Oct-2016 | 3.8K | |
servermanager.py | 21-Oct-2016 | 4.7K | |
setup.py | 21-Oct-2016 | 1.7K | |
sslproxy.py | 21-Oct-2016 | 3K | |
sslproxy_test.py | 21-Oct-2016 | 5.7K | |
test_runner.py | 21-Oct-2016 | 2.1K | |
test_utils.py | 21-Oct-2016 | 945 | |
third_party/ | 21-Oct-2016 | ||
trafficshaper.py | 21-Oct-2016 | 6.3K | |
trafficshaper_test.py | 21-Oct-2016 | 9K | |
util.py | 21-Oct-2016 | 2.8K | |
wpr_cert.pem | 21-Oct-2016 | 1.7K |
1 Name: chromite 2 Short Name: webpagereplay 3 URL: https://github.com/chromium/web-page-replay 4 Version: b03f84da6e90951d4275b5675533d4512a178398 (commit hash) 5 License: BSD 6 License File: NOT_SHIPPED 7 Security Critical: no 8 9 Local modification: Remove webpagereplay/third_party/ipaddr/OWNERS to avoid 10 PRESUBMIT complainings about non-standard OWNER format. 11 12 Description: 13 This contains webpagereplay used by telemetry for record & replay web requests & 14 responses. 15
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