/fork-webpagetest

Official fork of the official repository for WebPagetest, officially

Primary LanguageJavaScriptOtherNOASSERTION

WebPageTest

This is the official repository for the performance-testing code that runs at webpagetest.org.

Troubleshooting private instances

If your instance runs, but you’re having issues configuring agents, navigate to http://{your_instance’s_ip}/install to check for a valid configuration.

Contributing

There are separate lines of development under different licenses (pull requests accepted to either):

Testing

WebPageTest uses PHPUnit for unit tests. To set up and run the unit tests:

  1. Install Composer
  2. Run composer install
  3. Run composer test