2017 © Pedro Peláez
 

library casperjs2

image

bad54000/casperjs2

  • Wednesday, October 26, 2016
  • by danyb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % 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 demorose/phpci-casperjs in your composer.json:, (*3)

[...]
    "require": {
        [...]
        "demorose/phpci-casperjs": "dev-master",
        [...]
    },
[...]
  • Run composer install demorose/phpci-casperjs
  • Copy javascript to PHPCI :
    cp /path/to/phpci/vendor/demorose/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

26/10 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emmanuel Leveque

30/05 2015

0.0.1

0.0.1.0

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by db