Re: [gwt-contrib] Re: Developing a new remote RunStyle for PhantomJS

2013-01-21 Thread Maik Riechert
Just created another run style for local testing via PhantomJS. It works surprisingly well! (https://github.com/neothemachine/gwt-phantomjs-junit-runstyle) Am Dienstag, 15. Januar 2013 11:22:45 UTC+1 schrieb Thomas Broyer: > > > > On Tuesday, January 15, 2013 10:27:57 AM UTC+1, Maik Riechert wro

Re: [gwt-contrib] Re: Developing a new remote RunStyle for PhantomJS

2013-01-15 Thread Maik Riechert
Am 15.01.2013 11:22, schrieb Thomas Broyer: On Tuesday, January 15, 2013 10:27:57 AM UTC+1, Maik Riechert wrote: I see, it's probably perfectly applicable to Travis CI (I would just start the phantomjs webdriver server before executing tests) but what about: http://code.google

Re: [gwt-contrib] Re: Developing a new remote RunStyle for PhantomJS

2013-01-15 Thread Thomas Broyer
On Tuesday, January 15, 2013 10:27:57 AM UTC+1, Maik Riechert wrote: > > I see, it's probably perfectly applicable to Travis CI (I would just > start the phantomjs webdriver server before executing tests) but what about: > > http://code.google.com/p/google-web-toolkit/issues/detail?id=7768 > A

Re: [gwt-contrib] Re: Developing a new remote RunStyle for PhantomJS

2013-01-15 Thread Maik Riechert
I see, it's probably perfectly applicable to Travis CI (I would just start the phantomjs webdriver server before executing tests) but what about: http://code.google.com/p/google-web-toolkit/issues/detail?id=7768 Am 15.01.2013 02:29, schrieb Thomas Broyer: Note that, while probably not applicabl

[gwt-contrib] Re: Developing a new remote RunStyle for PhantomJS

2013-01-14 Thread Thomas Broyer
Note that, while probably not applicable to Travis CI, there's GhostDriver (WebDriver for PhantomJS) which should allow you to use the Selenium RunStyle to drive PhantomJS. On Monday, January 14, 2013 8:59:14 PM UTC+1, Maik Riechert wrote: > > Hi all, > > As htmlunit isn't suited for all testing