forked from crawljax/crawljax
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
amesbah edited this page Dec 30, 2012
·
30 revisions
Welcome to the crawljax wiki!
General information about the project can be found on the Crawljax website.
To run the tests you can use the regular Maven command
mvn test
This will run all fast (browserless) unit tests.
To run all the tests, including the slower (browser-dependent) tests, run:
mvn test -P integrationtests
Crawljax uses Selenium WebDriver APIs to drive different browsers (e.g., Firefox, Chrome, IE, ...). See also the WebDriver FAQ.