tree: 7cfaa7f3641d99bc0e1905a3a6fb4b80bfa8662f [path history] [tgz]
  1. documentation/
  2. rules/
  3. third_party/
  4. adb_install_cert.py
  5. certutils.py
  6. certutils_test.py
  7. codereview.settings
  8. COPYING
  9. customhandlers.py
  10. daemonserver.py
  11. deterministic.js
  12. dnsproxy.py
  13. exception_formatter.py
  14. httparchive.py
  15. httparchive_test.py
  16. httpclient.py
  17. httpclient_test.py
  18. httpproxy.py
  19. httpproxy_test.py
  20. httpzlib.py
  21. mock-archive.txt
  22. mockhttprequest.py
  23. net_configs.py
  24. platformsettings.py
  25. platformsettings_test.py
  26. PRESUBMIT.py
  27. proxyshaper.py
  28. proxyshaper_test.py
  29. pylintrc
  30. README.chromium
  31. README.md
  32. replay.py
  33. replay_test.py
  34. requirements.txt
  35. rules_parser.py
  36. rules_parser_test.py
  37. run_tests
  38. script_injector.py
  39. script_injector_test.py
  40. servermanager.py
  41. setup.py
  42. sslproxy.py
  43. sslproxy_test.py
  44. test_runner.py
  45. test_utils.py
  46. trafficshaper.py
  47. trafficshaper_test.py
  48. util.py
  49. wpr_cert.pem
sdk/platform-tools/systrace/catapult/telemetry/third_party/web-page-replay/README.md

BuildStatus CoverageStatus

Web Page Replay

Record live Web pages and use them for local performance testing!

How?

Use local DNS and HTTP(S) proxies to captures your live traffic. Then use these captures in order to replay the same exact content, making sure that your tests get consistent results, that are not affected by the origin servers, the network, etc.

Tell me more

Check out the getting started guide or take a look at the architecture diagram.

Also see Note about web-page-replay code

I want to help

If you find issues with the project, you can file issues on this repo. If you want to do more and contribute code to help the project evolve, check out our contribution guidelines.