crawljax

Crawljax: Crawling JavaScript-based Ajax Web Applications

Github星跟踪图

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.

Maven

<dependency>
    <groupId>com.crawljax</groupId>
    <artifactId>crawljax-core</artifactId>
    <version>4.1</version>
</dependency>

Documentation

You can find more technical documentation in our project wiki.

Community

Keep track of development and community news.

Changelog

Detailed change history is avaialbe in our changelog.

Testing inside a Docker container

Install Docker and run the "run-tests-in-docker.sh" script. It's recommended to increse your Docker memory to at least 4.0 GiB to avoid OOMs during testing.

Testing on your machine

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 Chrome so make sure you have Chrome 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.

主要指标

概览
名称与所有者crawljax/crawljax
主编程语言Java
编程语言Java (语言数: 5)
平台
许可证Apache License 2.0
所有者活动
创建于2012-11-30 21:04:31
推送于2023-09-18 07:08:58
最后一次提交2023-06-19 13:41:55
发布数28
最新版本名称crawljax-5.2.3 (发布于 2023-06-01 20:57:44)
第一版名称crawljax-1.9 (发布于 2010-04-16 11:14:10)
用户参与
星数526
关注者数56
派生数222
提交数1.8k
已启用问题?
问题数317
打开的问题数69
拉请求数212
打开的拉请求数6
关闭的拉请求数115
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?