upgrade selenium to 1.0.3 and maven-selenium-plugin to 1.0.1

2010-05-25 Thread Shawn Jiang
We need to upgrade selenium to 1.0.3 and maven-selenium-plugin to 1.0.1 to
enable the support of latest version browsers in testsuite.

-- 
Shawn


Fwd: Re: selenium plugin?

2006-12-08 Thread Prasad Kashyap

Hmm.. need to check this out too.

Cheers
Prasad

-- Forwarded message --
From: David [EMAIL PROTECTED]
Date: Dec 8, 2006 4:20 PM
Subject: Re: Re: selenium plugin?
To: Maven Users List users@maven.apache.org


You can have a look at mavenium. It's a simple plugin that lets you
use Selenium-IDE HTML tests in your maven webapp project and
integrates in maven's build life cycle, stopping it whenever a test
fails.

Upload to the maven central repository pending.

http://mavenium.sourceforge.net/


David

2006/10/24, Emmanuel Venisse [EMAIL PROTECTED]:

Can you move this plugin in MOJO project?

Emmanuel

Prasad Kashyap a écrit :
 We in Geronimo 1.2 also use Selenium in our testsuite. We have created
 a selenium-maven-plugin to start selenium.

 
http://geronimo.apache.org/maven/server/maven-plugins/selenium-maven-plugin/index.html


 We use TestNG to run the tests. Check out the following links for a
 basic example.
 
http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/console-testsuite/


 Remeber that this is in trunk. So this is work in progress.

 Cheers
 Prasad

 On 10/20/06, Mick Knutson [EMAIL PROTECTED] wrote:
 Is this plugin available for maven 2?

 --

 Thanks

 DJ MICK
 http://www.djmick.com
 http://www.myspace.com/mickknutson



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: selenium plugin?

2006-12-08 Thread Jason Dillon
Eh, I think that the Selenium-IDE spitting out Java code to be  
included into a junit/testng test is far more useful.


--jason


On Dec 8, 2006, at 1:32 PM, Prasad Kashyap wrote:


Hmm.. need to check this out too.

Cheers
Prasad

-- Forwarded message --
From: David [EMAIL PROTECTED]
Date: Dec 8, 2006 4:20 PM
Subject: Re: Re: selenium plugin?
To: Maven Users List users@maven.apache.org


You can have a look at mavenium. It's a simple plugin that lets you
use Selenium-IDE HTML tests in your maven webapp project and
integrates in maven's build life cycle, stopping it whenever a test
fails.

Upload to the maven central repository pending.

http://mavenium.sourceforge.net/


David

2006/10/24, Emmanuel Venisse [EMAIL PROTECTED]:

Can you move this plugin in MOJO project?

Emmanuel

Prasad Kashyap a écrit :
 We in Geronimo 1.2 also use Selenium in our testsuite. We have  
created

 a selenium-maven-plugin to start selenium.

 http://geronimo.apache.org/maven/server/maven-plugins/selenium- 
maven-plugin/index.html



 We use TestNG to run the tests. Check out the following links for a
 basic example.
 http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/ 
console-testsuite/



 Remeber that this is in trunk. So this is work in progress.

 Cheers
 Prasad

 On 10/20/06, Mick Knutson [EMAIL PROTECTED] wrote:
 Is this plugin available for maven 2?

 --

 Thanks

 DJ MICK
 http://www.djmick.com
 http://www.myspace.com/mickknutson



  
-

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Fwd: selenium plugin?

2006-12-04 Thread Prasad Kashyap

Jason,

What say ye ?

Cheers
Prasad

-- Forwarded message --
From: Emmanuel Venisse [EMAIL PROTECTED]
Date: Oct 24, 2006 8:35 AM
Subject: Re: selenium plugin?
To: Maven Users List users@maven.apache.org


Can you move this plugin in MOJO project?

Emmanuel

Prasad Kashyap a écrit :

We in Geronimo 1.2 also use Selenium in our testsuite. We have created
a selenium-maven-plugin to start selenium.

http://geronimo.apache.org/maven/server/maven-plugins/selenium-maven-plugin/index.html


We use TestNG to run the tests. Check out the following links for a
basic example.
http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/console-testsuite/


Remeber that this is in trunk. So this is work in progress.

Cheers
Prasad

On 10/20/06, Mick Knutson [EMAIL PROTECTED] wrote:

Is this plugin available for maven 2?

--

Thanks

DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: selenium plugin?

2006-12-04 Thread Jason Dillon

Eh... I don't really care too much...

I guess I'm fine with moving this... though it currently depends on  
some Genesis muck, which is not gonna move, and I' d rather not  
unroll it, or duplicate it... though seems like to have plugins share  
code, especially common mojo with config hooks you have to duplicate it.


Anyways... I've got no motivation at the moment to move it.

--jason


On Dec 4, 2006, at 11:30 AM, Prasad Kashyap wrote:


Jason,

What say ye ?

Cheers
Prasad

-- Forwarded message --
From: Emmanuel Venisse [EMAIL PROTECTED]
Date: Oct 24, 2006 8:35 AM
Subject: Re: selenium plugin?
To: Maven Users List users@maven.apache.org


Can you move this plugin in MOJO project?

Emmanuel

Prasad Kashyap a écrit :
We in Geronimo 1.2 also use Selenium in our testsuite. We have  
created

a selenium-maven-plugin to start selenium.

http://geronimo.apache.org/maven/server/maven-plugins/selenium- 
maven-plugin/index.html



We use TestNG to run the tests. Check out the following links for a
basic example.
http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/ 
console-testsuite/



Remeber that this is in trunk. So this is work in progress.

Cheers
Prasad

On 10/20/06, Mick Knutson [EMAIL PROTECTED] wrote:

Is this plugin available for maven 2?

--

Thanks

DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]