Use WindowsPlatformSettings for cywgin

BUG=https://github.com/catapult-project/catapult/issues/3558

Committed: 9fffa26abd7066ddd98b14976445bb3e11e288d4
Review-Url: https://codereview.chromium.org/2878053004 .
1 file changed
tree: 73a85c25f718274ea74f9f4e18f3648078eaefe1
  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

DEPRECATION NOTICE

This tool is now deprecated & is replaced by WebPageReplayGo

For the rationale, please see: bit.ly/wpr-go-project(https://bit.ly/wpr-go-project)

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.