Skip to content

jtiret/phpci-casperjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpci-casperjs

This PHPCI plugin allow you to launch casperjs tests

Install

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

About

CasperJS plugin for PHPCI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 67.3%
  • JavaScript 32.7%