google-code-export / gwt-test-utils

Automatically exported from code.google.com/p/gwt-test-utils
1 stars 0 forks source link

Support for gwt-bootstrap #163

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add support for gwt-bootstrap (https://github.com/gwtbootstrap/gwt-bootstrap)

Some patchers and converters is required to use gwt-test-utils with 
gwt-bootstrap. So support library for gwt-bootstrap like GXT is useful.

Original issue reported on code.google.com by tanaka.k...@gmail.com on 7 Sep 2012 at 12:50

GoogleCodeExporter commented 9 years ago
I added GWT-Bootstrap support to the official roadmap 
(https://github.com/gwt-test-utils/gwt-test-utils/blob/master/README.md#roadmap)
I'm starting using it myself on a professional webapp, so I need to get it 
working quickly ;-) Stay tuned !

Original comment by gael.laz...@gmail.com on 7 Sep 2012 at 6:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi all.
I'm one of gwt-bootstrap contributor.(soundTricker)

We also plan support gwt-test-utils. :)
https://github.com/gwtbootstrap/gwt-bootstrap/issues/245

If we'll create some patcher ,we'll send pull request. :D

... I think gwt-test-utils sooooooo great gwt test library. ;-)

Original comment by k-oha...@bfts.co.jp on 7 Sep 2012 at 8:55

GoogleCodeExporter commented 9 years ago
I submit this before searching gwt-bootstrap issues sorry!

Original comment by tanaka.k...@gmail.com on 7 Sep 2012 at 9:03

GoogleCodeExporter commented 9 years ago

Original comment by gael.laz...@gmail.com on 29 Nov 2012 at 7:50

GoogleCodeExporter commented 9 years ago
Based on Kenichiro Tanaka's great contribution 
(https://github.com/kenichiro22/gwt-test-utils-gwtbootstrap), I finally 
deployed a new artifact to provide patchers required by gwt-bootstrap !

Just add the following dependency in your pom :

<dependency>
  <groupId>com.googlecode.gwt-test-utils</groupId>
  <artifactId>gwt-test-utils-gwtbootstrap</artifactId>
  <version>0.44-SNAPSHOT</version>
</dependency>

It is compatible with gwt-bootstrap 2.0.4.0 and 2.1.1.0-SNAPSHOT

Could anyone give it a try ?

Original comment by gael.laz...@gmail.com on 29 Nov 2012 at 8:31