Fix styling

TBR=rsleevi@chromium.org

Review-Url: https://codereview.chromium.org/2759323004 .
1 file changed
tree: b78bb00f371a987afd1702d54675189a86492aa8
  1. documentation/
  2. rules/
  3. third_party/
  4. .coveragerc
  5. .gitignore
  6. .travis.yml
  7. adb_install_cert.py
  8. certutils.py
  9. certutils_test.py
  10. codereview.settings
  11. COPYING
  12. customhandlers.py
  13. daemonserver.py
  14. deterministic.js
  15. dnsproxy.py
  16. exception_formatter.py
  17. httparchive.py
  18. httparchive_test.py
  19. httpclient.py
  20. httpclient_test.py
  21. httpproxy.py
  22. httpproxy_test.py
  23. httpzlib.py
  24. mock-archive.txt
  25. mockhttprequest.py
  26. net_configs.py
  27. platformsettings.py
  28. platformsettings_test.py
  29. PRESUBMIT.py
  30. proxyshaper.py
  31. proxyshaper_test.py
  32. pylintrc
  33. README.md
  34. replay.py
  35. replay_test.py
  36. requirements.txt
  37. rules_parser.py
  38. rules_parser_test.py
  39. run_tests
  40. script_injector.py
  41. script_injector_test.py
  42. servermanager.py
  43. setup.py
  44. sslproxy.py
  45. sslproxy_test.py
  46. test_runner.py
  47. test_utils.py
  48. trafficshaper.py
  49. trafficshaper_test.py
  50. util.py
  51. wpr_cert.pem
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.