Skip to content
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.

Maven

Using Crawljax

Writing Plugins

Working on Crawljax code

Testing

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

Selenium WebDriver

Crawljax uses Selenium WebDriver APIs to drive different browsers (e.g., Firefox, Chrome, IE, ...). See also the WebDriver FAQ.

Clone this wiki locally