riccardomerolla / testsper

Testing with CasperJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testsper

First install CasperJS

npm install -g phantomjs
npm install -g casperjs

casperjs test googletesting.js --xunit=googletestingresult.xml

This is a simple integration test, the results are exported as JUnit XML (xUnit) that will be easly parsed by the Jenkins Job Runner

Read the full documentation on casperjs documentation website.

About

Testing with CasperJS

License:MIT License


Languages

Language:JavaScript 100.0%