Hey Arthur, Thanks for help!
Eventually I found out that in order to test in other browsers, one has to launch the test case manually in production mode by adding the VM Arguments: -Dgwt.args="-runStyle Manual:1" This will show a link that one can paste to the browser he wants tests to be run in. On 27 Lip, 15:09, Arthur Kalmenson <[email protected]> wrote: > Hey Damian, > > It doesn't look like that's > possible:http://code.google.com/webtoolkit/doc/latest/DevGuideTestingHtmlUnit..... > 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 > > > > <[email protected]> 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 [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
