Richard,
Thanks for your reply.
Both of plugin execute selenese script.
But there is difference in approach.
Seleniumhq plugin:
apploach:
- use selenium-server-standalone-*.jar
pro:
- Selenium-server-standalone is selenium project official.
con:
- Selenium Project does not focus to execute selenese.
http://code.google.com/p/selenium/issues/detail?id=1759#c6
Selenese runner java plugin
apploach:
- Selenese-runner-java is selenese interpreter using Webdriver.
pro:
- continuity
- Extendable
- Take screenshot per command or on fail.
- JUnit xml format result reporting
On Friday, November 30, 2012 8:11:12 PM UTC+9, DarkRift wrote:
>
> Have you seen this ?
>
> https://wiki.jenkins-ci.org/display/JENKINS/Seleniumhq+Plugin
>
> Dunno what yours do, but this might cover what you need already.
>
> Richard
>
> On 2012-11-30, at 00:38, Hayato ITO <[email protected] <javascript:>>
> wrote:
>
> Hello Jenkins developers
>
> I implement a plugin "Seleneserunner java plugin" to run selenese
> (selenium html script) on jenkins.
>
> https://github.com/hayato1980/seleneserunner-java-plugin
>
> I follow the "Hosting Plugin" wiki page, I request a fork this plugin to
> this group.
>
>
> Thank you.
>
> Hayato ITO
>
>