It doesn't look like that's possible:
http://code.google.com/webtoolkit/doc/latest/DevGuideTestingHtmlUnit.html.
HtmlUnit only supports emulating FF 2, FF 3 and IE 6 - 8. For doing
GUI testing, I'd suggesting looking at Selenium. GWTTestCase is good
for doing integration testing that involves some UI components, but
not straight on GUI testing.
--
Arthur Kalmenson
On Fri, Jul 23, 2010 at 8:41 AM, Damian Rodziewicz
<damianrodziewicz@gmail.com> wrote:
> Hi!
>
> I am writing a GWT project that uses HTML5 canvas.
>
> To test application I use GWTTestCase.
>
> For firefox some functions are supported since gecko 1.9.
> While testing, firefox 3.0.1 is being used and errors occur.
>
> How can I set up GWT tests to be launched on firefox 3.6?
> (in Eclipse using GWT plugin or using build.xml for ant)
>
> --
> You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment