xebia / Xebium

Xebium provides Selenium (webdriver) bindings for FitNesse, with Selenium-IDE support
http://xebia.github.com/Xebium/
Apache License 2.0
76 stars 62 forks source link

Use xebium as a fixture #142

Closed ahmah11 closed 9 years ago

ahmah11 commented 9 years ago

Hi,

I see that i have to run the xebium project which will run fitnesse .

Is there a way to use xebium as a jar file and give the path to this file from an independent fitnesse ?

cwortel commented 9 years ago

Yes you can, even better is to add Xebium as a dependency to Fitnesse. If you use maven or gradle this is very simpel.

Met vriendelijke groeten/Kind regards,

Cirilo Wortel

On 2 Feb, 2015, at 22:45 pm, ahmah11 notifications@github.com wrote:

Hi,

I see that i have to run the xebium project which will run fitnesse .

Is there a way to use xebium as a jar file and give the path to this file from an independent fitnesse ?

— Reply to this email directly or view it on GitHub https://github.com/xebia/Xebium/issues/142.

ahmah11 commented 9 years ago

Thanks, what command should i use to generate the xebium fixture jar file ?

cwortel commented 9 years ago

Hey,

It's possible to build a JAR file. This can be done by running Maven with "mvn -Pjar-with-dependencies package" in the Xebium source directory. This will produce a JAR file in your /target directory, which you can execute using "java -cp xebium-0.x.jar fitnesseMain.FitNesseMain". In this case you can start Xebium with the java-command, without using maven. All you need is the target-directory.

Or use any other preffered way to add to your fitnesse classpath.

Regards,

Cirilo

On Tue, Feb 3, 2015 at 7:02 PM, ahmah11 notifications@github.com wrote:

Thanks, what command should i use to generate the xebium fixture jar file ?

— Reply to this email directly or view it on GitHub https://github.com/xebia/Xebium/issues/142#issuecomment-72701343.

raboof commented 9 years ago

@ahmah11 Did this answer your question?