Hi!
I have a problem with getting results from my private instance of WPT running on Ubuntu 18.04 (in VirtualBox, Windows 10 is host).
After ending the test I got no results but the message “The test completed but there were no successful results.”. I’m using nginx server. I would be very greatful to you if you would give me any hint how to solve this issue.
locations.ini
[locations]
1=Local
default=Local
[Local]
1=Local-WPTDriver
label=Local
[Local-WPTDriver]
browser=Chrome,Firefox
label="Test Location"
wptdriver.ini
[WebPagetest]
url=http://127.0.0.1/
location=Local-WPTDriver
Time Limit=120
;key=TestKey123
;Automatically install and update support software (Flash, Silverlight, etc)
software=http://www.webpagetest.org/installers/software.dat
[Chrome]
exe="/opt/google/chrome/chrome"
options='--load-extension="%WPTDIR%\extension" --user-data-dir="%PROFILE%" --no-proxy-server'
installer=http://www.webpagetest.org/installers/browsers/chrome.dat
[Firefox]
exe="%PROGRAM_FILES%\Mozilla Firefox\firefox.exe"
options='-profile "%PROFILE%" -no-remote'
installer=http://www.webpagetest.org/installers/browsers/firefox.dat
template=firefox
TestLog
2018/10/24 14:36:02 - Test Created
2018/10/24 14:36:12 - Starting test (initiated by tester 127.0.0.1)
2018/10/24 14:36:12 - Test Run Complete. Run: , Cached: , Done: 1, Tester: 127.0.0.1
2018/10/24 14:36:12 - Done Processing. Run: , Cached: , Done: 1, Tester: 127.0.0.1
2018/10/24 14:36:12 - Test Complete
2018/10/24 14:36:12 - Test post-processing complete
Installation page
[attachment=844]