Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 933 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 933 Bytes

Xebium Build Status

Xebium combines the powers of FitNesse and Selenium. Visit the xebium home page for more details and examples.

Features

  • 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.

Getting Started

Execute the following command:

$ mvn -Pfitnesse test

and open a browser, pointing at https://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.