cExplr / crawljax

Crawljax: Crawling JavaScript-based Ajax Web Applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crawljax

Crawljax is a tool for automatically crawling and testing modern web applications. Crawljax can explore any JavaScript-based Ajax web application through an event-driven dynamic crawling engine. It produces as output a state-flow graph of the dynamic DOM states and the event-based transitions between them. Crawljax can easily be extended through its easy-to-use plugin architecture.

For more project info visit the Crawljax website.

Documentation

You can find more technical documentation in our project wiki.

Community

Keep track of development and community news.

License

This project is licensed under the "Apache License, Version 2.0".

Changelog

Detailed change history is avaialbe in our changelog.

Analytics

Testing

You can run the tests using maven with the command

mvn clean package

If you want to run all the test, including browser tests, run

mvn clean test -P integrationtests

The default driver used for testing uses PhantomJS so make sure you have PhantomJS installed on your machine. You can also specify which browser you'd like to use with the test.browser variable. For example, if you want to test with Firefox, use:

mvn clean test -P integrationtests -Dtest.browser=FIREFOX

Again, make sure a recent version of Firefox is installed on your machine before running the tests.

About

Crawljax: Crawling JavaScript-based Ajax Web Applications

License:Apache License 2.0


Languages

Language:Java 81.9%Language:HTML 12.5%Language:JavaScript 3.6%Language:CSS 1.9%Language:Shell 0.1%