Re: Tapestry-TestNG with selenium reusable helper methods.

2012-12-06 Thread George Christman
Thanks Alex, I extended the Selenium class as suggested. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-TestNG-with-selenium-reusable-helper-methods-tp5718524p5718528.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: Tapestry-TestNG with selenium reusable helper methods.

2012-12-06 Thread Alex Kotchnev
George, you should be extending SeleniumTestCase and just using plan object-oriented principles to manage your code (e.g you could have some utility clases with utility methods, possibly classes to encapsulate page specific contents, etc). Trying to put your functional test related code into ser

Re: tapestry-testng

2007-05-25 Thread Jesse Kuhnert
e Nachricht- Von: Peter Schröder [mailto:[EMAIL PROTECTED] Gesendet: Montag, 21. Mai 2007 16:04 An: Tapestry users Betreff: AW: tapestry-testng sure! -Ursprüngliche Nachricht- Von: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Gesendet: Montag, 21. Mai 2007 15:55 An: Tapestry users Betreff: R

Re: tapestry-testng

2007-05-21 Thread Jesse Kuhnert
I don't have control over the howardlewisship.com repo but I can certainly push the latest version of http://tapestry.apache.org/tapestry4.1/tapestry-test/index.html out to the ibiblio repos if that will help. ? On 5/21/07, Peter Schröder <[EMAIL PROTECTED]> wrote: hi, will there be a 1.0.0

Re: tapestry-testng 1.0.0 SNAPSHOT source code

2006-11-25 Thread Howard Lewis Ship
The great thing about Maven (with the Maven Eclipse plugin) is that you don't have to think about downloading, including sources. Just add it as a dependency, and Maven will download everything and set it up for you locally. Howerver, if you are using a more traditional environment, you can pull

Re: tapestry-testng 1.0.0 SNAPSHOT source code

2006-11-24 Thread Stefan Esterer
hi, a small little example how to use tapestry-testng would be really great! i would help if I get one running... thx for your great work stefon KEGan wrote: > > Hi, > > Anyone knows where I can get the source code for > tapestry-testng-1.0.0-20060919.184624-2.zip ?? This is the lastest rel

Re: tapestry testng update?

2006-07-02 Thread Jesse Kuhnert
If you specify testng version 4.7 explicitly maven will use the higher version number. Other than that, you probably won't have much luck with 4.7 unless you are using suite xml files.. At least until maven feels like applying some patchs. (grrr) http://jira.codehaus.org/browse/MSUREFIRE-134 On

Re: tapestry testng update?

2006-07-02 Thread Henri Dupre
On 7/2/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I'm using it with testng 4.7 to test tapestry itself. Nice! What dependency should I put into maven to access the test functions? Thanks, Henri.

Re: tapestry testng update?

2006-07-02 Thread Jesse Kuhnert
I'm using it with testng 4.7 to test tapestry itself. On 7/2/06, Henri Dupre <[EMAIL PROTECTED]> wrote: Hi I tried using tapestry-testng. It is quite nice but unfortunaly it relies on testng 4.6 and some maven modules are complaining about the version dependencies. Is there any update planned