Xebium combines the powers of FitNesse and Selenium. Visit the xebium home page for more details and examples.
While Xebium is no longer actively maintained by its original authors, we do strive to respond to issues and PR's as time allows.
A version that depends on newer versions of FitNesse and Selenium is in the works at #148, but (ironically) we feel our testsuite is insufficient to release it without further testing. Help is welcome.
- Full Selenium-IDE - FitNesse roundtrip with your web tests
- Create data-driven tests.
- Tests are executed using the modern WebDriver interfaces and Selenium Server.
- Tests are run from FitNesse using the SLIM engine.
Execute the following command:
$ mvn -Pfitnesse test
and open a browser, pointing at http://localhost:8000.
Click the Xebium link in order to get to the Xebium section and read on in the Getting Started page.
Have fun!
PS. For those of you who import Xebium as an Eclipse project, run `mvn eclipse:eclipse` to get your classpath setup right.