bad54000/casperjs2

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:JavaScript

0.0.1 2015-05-30 07:24 UTC

This package is not auto-updated.

Last update: 2024-09-18 09:09:28 UTC


README

This PHPCI plugin allow you to launch casperjs tests

Install

[...]
    "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.