Clone this repo:

Branches

  1. a161f93 Require python2.7.9+ for recording mode by nednguyen · 10 days ago master
  2. 75460ca Do not resolve host name to IP when recording by Nghia Nguyen · 13 days ago
  3. 52a1323 Refactor command line flags of replay.py to use argparse by Nghia Nguyen · 2 weeks ago
  4. 7142ee7 Remove carriage-return characters in third_party/ipfw_win32/ by Ned Nguyen · 5 weeks ago
  5. f4a41b5 Make adb path in AndroidCertInstaller configurable. by John Budorick · 5 weeks ago

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.