Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (32 loc) · 2.24 KB

README.md

File metadata and controls

47 lines (32 loc) · 2.24 KB

casperjs-runner-maven-plugin

Build Status Images Build status Quality Gate Maven Central Apache License

This project aims to run CasperJS tests in a Maven build.

Available on Maven central. Add in your pom.xml:

<plugin>
    <groupId>com.github.casperjs</groupId>
    <artifactId>casperjs-runner-maven-plugin</artifactId>
    <version>1.0.5</version>
    <configuration></configuration>
</plugin>

System requirements

This plugin has been tested on these environments :

  • Linux, PhantomJS v 1.8.2 and CasperJS v 1.0.4
  • Linux, PhantomJS v 1.9.8 and CasperJS v 1.1.3
  • Windows, PhantomJS v 1.8.2 and CasperJS v 1.0.4
  • Windows, PhantomJS v 1.9.8 and CasperJS v 1.1.3

Usage

See the plugin site

Examples

See the integration tests

Build

Download the sources, and build the plugin using the mvn clean install command. You can build this plugin using Maven 2.2.x or Maven 3.x, and a JDK 1.6.

Issues / Enhancements

If you encounter issues or think about any kind of enhancements, you can add them in the adequate section of the project. Do not hesitate also to make Push Requests if you want to enhance this project.