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

Releases: casperjs/casperjs-runner-maven-plugin

1.0.6

04 Mar 19:24
Compare
Choose a tag to compare
  • #20 : Missing guava dependency

v1.0.5

03 Jan 22:21
Compare
Choose a tag to compare
  • Validate support of CasperJs v1.1.3
  • #15 and #16 : add an integration-test mode (Thanks @vilmosnagy !)
  • #7 and #18 : new option to save log of each CasperJS invocation

v1.0.4

18 Jul 20:51
Compare
Choose a tag to compare
  • Validate support of CasperJs v1.1.1
  • Windows fixes :
    • #9 : CasperJSRuntimeFinder assumes casperjs.bat exists on filesystem
    • Extra arguments were not quoted as needed
  • Add Windows continuous integration through AppVeyor

v1.0.3

18 Jul 20:29
Compare
Choose a tag to compare

Add missing configuration to release to central

v1.0.2

18 Jul 20:28
Compare
Choose a tag to compare

First official release from CasperJS organization

  • Moving from https://github.com/linsolas/casperjs-runner-maven-plugin to CasperJS organization
  • Supports Maven 3.3
  • Supports Maven Toolchains to find CasperJS executable
  • Fix xml reports being overriden when several scripts in subdirectories
  • Fix ordering of scripts to execute when they are in subdirectories
  • Write xUnit reports in separate, configurable, output directory
  • Replacing --direct option to --verbose
  • Added continous integration through Travis CI
  • Maven site is auto generated by CI to GitHub pages