Hello all,
I am trying to test the work/getwork.php from the AMI of the webpagetest server.
AMI: ami-fcfd6194
Region: us-east-1
I have a few questions on how to test the server and the spin up of servers
- How would I go about testing the test runs and making sure it display the webpages? So far based on what I gathered from parts of the forum.
To get tests
php www/work/getwork.php
To run tests from queue:
php www/runtest.php
Any particular order I need to do to manually run the tests? Also how would I send the results back to the user who ran the test?
- There’s a warning popping up for www/work/getwork.php saying this even though I installed php pear:
[php]PHP Warning: include(common.inc): failed to open stream: No such file or directory in /var/www/webpagetest/www/work/getwork.php on line 14
PHP Warning: include(): Failed opening ‘common.inc’ for inclusion (include_path=‘.:/usr/share/php:/usr/share/pear’) in /var/www/webpagetest/www/work/getwork.php [/php]
Is there a different library I need or I need to setup the library paths to php pear?