https://github.com/casperjs/casperjs-runner-maven-plugin
CasperJS Runner Maven plugin is no longer actively maintained.
https://github.com/casperjs/casperjs-runner-maven-plugin
Last synced: 6 months ago
JSON representation
CasperJS Runner Maven plugin is no longer actively maintained.
- Host: GitHub
- URL: https://github.com/casperjs/casperjs-runner-maven-plugin
- Owner: casperjs
- License: apache-2.0
- Archived: true
- Fork: true (linsolas/casperjs-runner-maven-plugin)
- Created: 2013-04-10T14:26:32.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T21:40:07.000Z (over 5 years ago)
- Last Synced: 2026-01-11T18:44:09.277Z (6 months ago)
- Language: Java
- Homepage: http://casperjs.github.io/casperjs-runner-maven-plugin/
- Size: 2.31 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
casperjs-runner-maven-plugin
============================
[](https://travis-ci.org/casperjs/casperjs-runner-maven-plugin)
[](https://ci.appveyor.com/project/bguerin/casperjs-runner-maven-plugin)
[](https://sonarqube.com/dashboard/index/com.github.casperjs:casperjs-runner-maven-plugin)
[](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.casperjs%22%20AND%20a%3A%22casperjs-runner-maven-plugin%22)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
This project aims to run [CasperJS](http://casperjs.org/) tests in a Maven build.
Available on Maven central.
Add in your pom.xml:
```
com.github.casperjs
casperjs-runner-maven-plugin
1.0.5
```
## 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](http://casperjs.github.io/casperjs-runner-maven-plugin/)
## Examples
See the [integration tests](https://github.com/casperjs/casperjs-runner-maven-plugin/tree/master/src/it/casperjs-runner)
## 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](https://github.com/casperjs/casperjs-runner-maven-plugin/issues). Do not hesitate also to make Push Requests if you want to enhance this project.