hi
I need your help on the the configurations of private instances. I did configure it on windows 2012 VM and here is my locations.ini
[locations] 1
1=Local
default=Local
[Local] 2
1=Local-WPTDriver
label=“Local”
[Local-WPTDriver] 3
browser=Chrome,Firefox,IE11
label=“local”
my wptdriver.ini is
[WebPagetest]
url=_http://your-webpagetest-server
location=Local-WPTDriver 1
browser=chrome
Time Limit=120
;Automatically install and update support software (Flash, Silverlight, etc)
software=http://your-webpagetest-server/installers/software.dat
[Chrome] 2
exe=“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe”
options=‘–load-extension=“%WPTDIR%\extension” --user-data-dir=“%PROFILE%” --no-proxy-server’
installer=http://your-webpagetest-server/installers/browsers/chrome.dat
[Firefox] 3
exe=“C:\Program Files (x86)\Mozilla Firefox\firefox.exe”
options=‘-profile “%PROFILE%” -no-remote’
installer=http://your-webpagetest-server/installers/browsers/firefox.dat
template=firefox
[IE11] 4
exe=“C:\Program Files\Internet Explorer\iexplore.exe”
Now, I need the help on the following issues
- I ran the test but don’t know how to check the results. when I click on test results, it shows it has been cancelled.
- also can I check the progress in logs somewhere to find the issues/progress. how do I validate the results?