Hi all,
Can someone help me with the following problem:
locations.ini:
[locations]
1=Test_loc
2=Public_Dulles
3=Appurify
default=Test_loc
;
; These are the top-level locations that are listed in the location dropdown
; Each one points to one or more browser configurations
;
[Test_loc]
1=IE
2=Test
label=Test Location
group=Desktop
[Public_Dulles]
1=WPT_Dulles_IE8
label=“WebPagetest.org - Dulles, VA”
group=Public
;
; Tese are the browser-specific configurations that match the configurations
; defined in the top-level locations. Each one of these MUST match the location
; name configured on the test agent (urlblast.ini or wptdriver.ini)
;
[IE]
browser=IE 11
latency=0
connectivity=LAN
label=“Test Location”
;browserExe=pagetest.exe
;key=TestKey123
;
; For a wptdriver configuration (chrome, firefox), the browser labels here
; MUST match the labels used in wptdriver.ini
;
[Test]
browser=Chrome
connectivity=LAN
label=“Test Location”
;
; This is an exaple of a “remote” configuration where tests can be proxied to a remote
; webpagetest instance. The test will be run by the remote server but the results
; will be downloaded to the local server and deleted from the remote agent
;
; Each location that you want to use from the remote server needs to be configured
; individually on the local configuration (location names do not need to match)
;
; To use the public webpagetest.org instance you will need an API key
;
[WPT_Dulles_IE8]
browser=IE 8
label=“WebPagetest.org Dulles, VA - IE8”
relayServer=“http://www.webpagetest.org/”
relayKey=
relayLocation=Dulles_IE8
;
; This is a special location for testing on Appurify mobile devices.
; Appurify offers mobile device testing as a service.
;
[Appurify]
1=Appurify_Mobile
label=“Appurify Mobile Testing”
lat=35.682175
lng=139.752731
group=Mobile
[Appurify_Mobile]
type=Appurify
label=“Appurify Mobile”
key=
secret=
WPTdriver.ini
[WebPagetest]
url=http://127.0.0.1/
location=Test
browser=Chrome
;key=TestKey123
;Automatically install and update support software (Flash, Silverlight, etc)
software=http://127.0.0.1/installers/software.dat
Some how my test is not running:( it shows the error mentioned in the subject of this thread)