firefox - How can I specify a browser that GWT tests should be run on? -
i writing gwt project uses html5 canvas.
to test application use gwttestcase.
for firefox functions supported since gecko 1.9.
while testing, firefox 3.0.1 being used , errors occur.
how can set gwt tests launched on firefox 3.6?
(in eclipse using gwt plugin or using build.xml ant)
measuretext wasn't there until gecko 1.9.1.
the workaround run tests runstyle=manual:1 gives me link can paste browser want tests run in.
-dgwt.args="-runstyle manual:1"
Comments
Post a Comment