Crawljax plugins archetype

Generates a Crawljax project template.

License

License

GroupId

GroupId

com.crawljax.plugins.archetypes
ArtifactId

ArtifactId

crawljax-plugins-archetype
Last Version

Last Version

3.6
Release Date

Release Date

Type

Type

jar
Description

Description

Crawljax plugins archetype
Generates a Crawljax project template.
Project URL

Project URL

http://crawljax.com/crawljax-plugins-archetype

Download crawljax-plugins-archetype

How to add to project

<!-- https://jarcasting.com/artifacts/com.crawljax.plugins.archetypes/crawljax-plugins-archetype/ -->
<dependency>
    <groupId>com.crawljax.plugins.archetypes</groupId>
    <artifactId>crawljax-plugins-archetype</artifactId>
    <version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.crawljax.plugins.archetypes/crawljax-plugins-archetype/
implementation 'com.crawljax.plugins.archetypes:crawljax-plugins-archetype:3.6'
// https://jarcasting.com/artifacts/com.crawljax.plugins.archetypes/crawljax-plugins-archetype/
implementation ("com.crawljax.plugins.archetypes:crawljax-plugins-archetype:3.6")
'com.crawljax.plugins.archetypes:crawljax-plugins-archetype:jar:3.6'
<dependency org="com.crawljax.plugins.archetypes" name="crawljax-plugins-archetype" rev="3.6">
  <artifact name="crawljax-plugins-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crawljax.plugins.archetypes', module='crawljax-plugins-archetype', version='3.6')
)
libraryDependencies += "com.crawljax.plugins.archetypes" % "crawljax-plugins-archetype" % "3.6"
[com.crawljax.plugins.archetypes/crawljax-plugins-archetype "3.6"]

Dependencies

compile (5)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
org.slf4j : jcl-over-slf4j jar 1.7.7
org.slf4j : jul-to-slf4j jar 1.7.7
ch.qos.logback : logback-classic jar 1.1.2
com.google.code.findbugs : jsr305 jar 3.0.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 1.10.8

Project Modules

There are no modules declared in this project.

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.

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.

com.crawljax.plugins.archetypes

Crawljax: Crawling Ajax-based Web Applications

Versions

Version
3.6
3.5.1
3.5
3.4
3.3
3.2
3.1
3.0
1.2
1.1
1.0