/testsper

Testing with CasperJS

Primary LanguageJavaScriptMIT LicenseMIT

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.