2017 © Pedro Peláez
 

library phpci-casperjs

image

hipay/phpci-casperjs

  • Friday, February 12, 2016
  • by hipay
  • Repository
  • 5 Watchers
  • 2 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

phpci-casperjs

This PHPCI plugin allow you to launch casperjs tests, (*1)

Install

  • First, install casperJS: http://casperjs.readthedocs.org/en/latest/installation.html, (*2)

  • Add hipay/phpci-casperjs in your composer.json:, (*3)

[...]
    "require": {
        [...]
        "hipay/phpci-casperjs": "dev-master",
        [...]
    },
[...]
  • Run composer install hipay/phpci-casperjs
  • Copy javascript to PHPCI :
    cp /path/to/phpci/vendor/hipay/phpci-casperjs/Demorose/PHPCI/Plugin/js/casperJs.js /path/to/phpci/public/assets/js/build-plugins/casperJs.js

Configuration Options

  • x_unit_file_path - Path to xunit output. /tmp/casperOutput.xml by default.
  • tests_path - Path to tests.

The Versions

12/02 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emmanuel Leveque

05/02 2016

dev-revert-1-master

dev-revert-1-master

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emmanuel Leveque