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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?