demorose / phpci-casperjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phpci-casperjs

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.

About

License:MIT License


Languages

Language:PHP 67.3%Language:JavaScript 32.7%